NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MethodRental.JitOnDemand

Specifies that the method should be JIT-compiled when needed.

[Visual Basic]
Public Const JitOnDemand As Integer
[C#]
public const int JitOnDemand;
[C++]
public: const int JitOnDemand;
[JScript]
public var JitOnDemand : int;

See Also

MethodRental Class | MethodRental Members | System.Reflection.Emit Namespace