Platform.Invoke.Tests.TestLibraryLoader.CreateLibrary C# (CSharp) Méthode

CreateLibrary() protected méthode

protected CreateLibrary ( IntPtr handle, string libraryName ) : ILibrary
handle System.IntPtr
libraryName string
Résultat ILibrary
        protected override ILibrary CreateLibrary(IntPtr handle, string libraryName)
        {
            return null;
        }