MethodRental.JitOnDemand Поле
Определение
Указывает, что JIT-компиляция для данного метода должна выполняться при необходимости.Specifies that the method should be just-in-time (JIT) compiled when needed.
public: int JitOnDemand = 0;
public const int JitOnDemand = 0;
val mutable JitOnDemand : int
Public Const JitOnDemand As Integer = 0