C# Class Net.Pkcs11Interop.Common.NativeMethods

Imported native methods
Show file Open project: Pkcs11Interop/Pkcs11Interop

Private Methods

Method Description
FreeLibrary ( IntPtr hModule ) : bool
GetProcAddress ( IntPtr hModule, [ lpProcName ) : IntPtr
LoadLibrary ( [ lpFileName ) : IntPtr
LocalAlloc ( int uFlags, UIntPtr uBytes ) : IntPtr
LocalFree ( IntPtr hMem ) : IntPtr
dlclose ( IntPtr handle ) : int
dlerror ( ) : IntPtr
dlopen ( string filename, int flag ) : IntPtr
dlopen_preflight ( string path ) : bool
dlsym ( IntPtr handle, string symbol ) : IntPtr