IAppEnvAvoidJIT(Assembly) Method

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.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
void AvoidJIT(
	Assembly assembly
)

Parameters

assembly  Assembly
Assembly to handle.

See Also