Platform.Invoke.Tests.TestLibraryLoader.CreateLibrary C# (CSharp) Method

CreateLibrary() protected method

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