Tao.Platform.Windows SDK Documentation

Kernel.GetModuleFileName Method 

[Visual Basic]
Public Shared Function GetModuleFileName( _
   ByVal module As IntPtr, _
   ByVal fileName As StringBuilder, _
   ByVal size As Integer _
) As Integer
[C#]
public static int GetModuleFileName(
   IntPtr module,
   StringBuilder fileName,
   int size
);

See Also

Kernel Class | Tao.Platform.Windows Namespace