C# Class Yeppp.NativeLibrary

Inheritance: IDisposable
Exibir arquivo Open project: wdv4758h/Yeppp Class Usage Examples

Public Methods

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

Private Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetFunction() public method

public GetFunction ( string name, Type type ) : Delegate
name string
type System.Type
return System.Delegate

NativeLibrary() public method

public NativeLibrary ( string path, INativeLibraryLoader loader ) : System
path string
loader INativeLibraryLoader
return System