C# Class Platform.Invoke.Tests.TestLibraryLoader

Inheritance: LibraryLoaderBase
Show file Open project: GeirGrusom/PlatformInvoker Class Usage Examples

Public Methods

Method Description
TestLibraryLoader ( IntPtr>.Func loadProc ) : System

Protected Methods

Method Description
CreateLibrary ( IntPtr handle, string libraryName ) : ILibrary

Method Details

CreateLibrary() protected method

protected CreateLibrary ( IntPtr handle, string libraryName ) : ILibrary
handle System.IntPtr
libraryName string
return ILibrary

TestLibraryLoader() public method

public TestLibraryLoader ( IntPtr>.Func loadProc ) : System
loadProc IntPtr>.Func
return System