Tao.Platform.Windows SDK Documentation
Kernel.LoadLibrary Method
[Visual Basic]
Public Shared Function LoadLibrary( _
ByVal
fileName
As
String
_
) As
IntPtr
[C#]
public static
IntPtr
LoadLibrary(
string
fileName
);
See Also
Kernel Class
|
Tao.Platform.Windows Namespace