IAppEnvAvoidJIT(IEnumerableAssembly) Method

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.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
void AvoidJIT(
	IEnumerable<Assembly> assemblies
)

Parameters

assemblies  IEnumerableAssembly
Assemblies to handle.

See Also