ReaktoroLoaderLoadLibrary Method

Definition

Namespace: DWSIM.Thermodynamics.ReaktoroPropertyPackage
Assembly: DWSIM.Thermodynamics.ReaktoroPropertyPackage (in DWSIM.Thermodynamics.ReaktoroPropertyPackage.dll) Version: 2.0.0.0 (2.0.0.0)
[DllImportAttribute("kernel32.dll", EntryPoint = "LoadLibraryA", CharSet = CharSet.Ansi, 
	ExactSpelling = true, SetLastError = true)]
private static IntPtr LoadLibrary(
	ref string lpFileName
)

Parameters

lpFileName  String
 

Return Value

IntPtr

See Also