mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-01 22:00:44 +00:00
12 lines
496 B
C#
12 lines
496 B
C#
namespace Cosmos.Plugs
|
|
{
|
|
[Cosmos.IL2CPU.Plugs.Plug(Target = typeof(Microsoft.Win32.SafeHandles.SafeFileMappingHandle), TargetFramework = Cosmos.IL2CPU.Plugs.FrameworkVersion.v4_0)]
|
|
public static class Microsoft_Win32_SafeHandles_SafeFileMappingHandleImpl
|
|
{
|
|
|
|
public static System.Boolean CloseHandle(System.IntPtr handle)
|
|
{
|
|
throw new System.NotImplementedException("Method 'Microsoft.Win32.SafeHandles.SafeFileMappingHandle.CloseHandle' has not been implemented!");
|
|
}
|
|
}
|
|
}
|