Click or drag to resize

AssemblyUtilityLoadAssemblyByRealFileName Method

Namespace:  Internal
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static Assembly LoadAssemblyByRealFileName(
	string realFileName,
	bool returnNullIfFileIsNotExists,
	bool registerAssembly = true,
	string registerTypeNamesWithIncludedAssemblyName = "",
	bool loadWithoutLocking = false,
	Assembly reloadingOldAssembly = null
)

Parameters

realFileName
Type: SystemString
returnNullIfFileIsNotExists
Type: SystemBoolean
registerAssembly (Optional)
Type: SystemBoolean
registerTypeNamesWithIncludedAssemblyName (Optional)
Type: SystemString
loadWithoutLocking (Optional)
Type: SystemBoolean
reloadingOldAssembly (Optional)
Type: System.ReflectionAssembly

Return Value

Type: Assembly
See Also