, ; -, . -, , , , # - - (, , ) , , .
runCScode.cs :
c:\temp>csc runCScode.cs
Microsoft (R) Visual C# 2010 Compiler version 4.0.30319.1
Copyright (C) Microsoft Corporation. All rights reserved.
c:\temp>runCScode
Answer is 144.703125. Straight CS took 10001 ticks.
for :
c:\temp>csc runCScode.noloop.cs
Microsoft (R) Visual C# 2010 Compiler version 4.0.30319.1
Copyright (C) Microsoft Corporation. All rights reserved.
c:\temp>runCScode.noloop
Answer is 144.703125. Straight CS took 10001 ticks.
, , , , - - , DateTime ( , ), ). , , - , , , result. , tick1 :
tick1 = DateTime.Now.Ticks;
, - tick1 DateTime.Now.Ticks.
:
c:\temp>runCScode.noloop
Answer is 144.703125. Straight CS took 0 ticks.
(: , , , tick1, 0. 10000 +/- 1. , tick1, 0 ).
, , , C , # , , C, , P/Invoke / . . , , , , C .NET, , , , -, C ++ , # ( ++/CLI).
.
, , , C ++ DLL . , ( API), DLL, , .NET-.