C# Class Yeppp.NativeLibrary

Inheritance: IDisposable
Afficher le fichier Open project: wdv4758h/Yeppp Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetFunction ( string name, Type type ) : Delegate
NativeLibrary ( string path, INativeLibraryLoader loader ) : System

Private Methods

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetFunction() public méthode

public GetFunction ( string name, Type type ) : Delegate
name string
type System.Type
Résultat System.Delegate

NativeLibrary() public méthode

public NativeLibrary ( string path, INativeLibraryLoader loader ) : System
path string
loader INativeLibraryLoader
Résultat System