C# Class VoodooSharp.NativeModule

Afficher le fichier Open project: ssube/VoodooShader

Méthodes publiques

Méthode Description
NativeModule ( String filename ) : System
this ( UInt32 i ) : ClassInfo

Private Methods

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

Method Details

NativeModule() public méthode

public NativeModule ( String filename ) : System
filename String
Résultat System

this() public méthode

public this ( UInt32 i ) : ClassInfo
i System.UInt32
Résultat ClassInfo