Click or drag to resize

Utils_OtherGetAssembky Method (String, String, String)

Gets an assembly from a folder.

This method cannot be used to load Utils (current assembly).

This assembly must be in default bin or in GAC.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static Assembly GetAssembky(
	string assemblyItemName,
	string binDirectoryName,
	string requestApplicationParameterName
)

Parameters

assemblyItemName
Type: SystemString
binDirectoryName
Type: SystemString
requestApplicationParameterName
Type: SystemString

Return Value

Type: Assembly
See Also