Click or drag to resize

Utils_OtherTryLoadAssemblyByFullName Method

Tries to load an assembly given the long form of its name.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static Assembly TryLoadAssemblyByFullName(
	string assemblyFullName
)

Parameters

assemblyFullName
Type: SystemString

Return Value

Type: Assembly
See Also