C# Class Yeppp.UnixLibraryLoader

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

Protected Methods

Method Description
GetDLOpenFlags ( ) : int

Private Methods

Method Description
INativeLibraryLoader ( IntPtr library, string function ) : IntPtr
INativeLibraryLoader ( string path ) : IntPtr
INativeLibraryLoader ( IntPtr library ) : bool
dlclose ( IntPtr library ) : int
dlopen ( [ path, int flags ) : IntPtr
dlsym ( IntPtr library, [ function ) : IntPtr

Method Details

GetDLOpenFlags() protected abstract method

protected abstract GetDLOpenFlags ( ) : int
return int