C# Class Platform.Invoke.Tests.TestLibraryLoader

Inheritance: LibraryLoaderBase
Afficher le fichier Open project: GeirGrusom/PlatformInvoker Class Usage Examples

Méthodes publiques

Méthode Description
TestLibraryLoader ( IntPtr>.Func loadProc ) : System

Méthodes protégées

Méthode Description
CreateLibrary ( IntPtr handle, string libraryName ) : ILibrary

Method Details

CreateLibrary() protected méthode

protected CreateLibrary ( IntPtr handle, string libraryName ) : ILibrary
handle System.IntPtr
libraryName string
Résultat ILibrary

TestLibraryLoader() public méthode

public TestLibraryLoader ( IntPtr>.Func loadProc ) : System
loadProc IntPtr>.Func
Résultat System