C# Class VoodooSharp.NativeModule

Mostrar archivo Open project: ssube/VoodooShader

Public Methods

Method Description
NativeModule ( String filename ) : System
this ( UInt32 i ) : ClassInfo

Private Methods

Method Description
FreeLibrary ( IntPtr hModule ) : bool
GetProcAddress ( IntPtr hModule, String procname ) : IntPtr
LoadLibraryEx ( String dllname, IntPtr hfile, UInt32 flags ) : IntPtr

Method Details

NativeModule() public method

public NativeModule ( String filename ) : System
filename String
return System

this() public method

public this ( UInt32 i ) : ClassInfo
i System.UInt32
return ClassInfo