Click or drag to resize

AssemblyUtilityLoadAssemblyByRealFileName Method


Namespace: Internal
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.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  String
 
returnNullIfFileIsNotExists  Boolean
 
registerAssembly  Boolean  (Optional)
 
registerTypeNamesWithIncludedAssemblyName  String  (Optional)
 
loadWithoutLocking  Boolean  (Optional)
 
reloadingOldAssembly  Assembly  (Optional)
 

Return Value

Assembly
See Also