IAppEnvAvoidJIT Method

Overload List

AvoidJIT(Assembly)

Forces compilation of all methods in assembly to avoid JIT overhead on first use.

  Important

This method is for internal use only and must not be accessed by the user code.

AvoidJIT(IEnumerableAssembly)

Forces compilation of all methods in assemblies to avoid JIT overhead on first use.

  Important

This method is for internal use only and must not be accessed by the user code.

See Also