GlobalProfile.PreloadAssemblies(Assembly) Method

Preloads assembly to improve performance on its first use.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static void PreloadAssemblies(
	Assembly asm
)

Parameters

asm  Assembly
Assembly to preload.

See Also