Platform.Invoke.Tests.TestLibraryLoader.CreateLibrary C# (CSharp) Метод

CreateLibrary() защищенный Метод

protected CreateLibrary ( IntPtr handle, string libraryName ) : ILibrary
handle System.IntPtr
libraryName string
Результат ILibrary
        protected override ILibrary CreateLibrary(IntPtr handle, string libraryName)
        {
            return null;
        }