Cosmos/source2/Users/Orvid/Cosmos.Plugs/System/Microsoft/Win32/SafeHandles/SafeTimerHandleImpl.cs

12 lines
478 B
C#

namespace Cosmos.Plugs
{
[Cosmos.IL2CPU.Plugs.Plug(Target = typeof(Microsoft.Win32.SafeHandles.SafeTimerHandle), TargetFramework = Cosmos.IL2CPU.Plugs.FrameworkVersion.v4_0)]
public static class Microsoft_Win32_SafeHandles_SafeTimerHandleImpl
{
public static System.Boolean CloseHandle(System.IntPtr handle)
{
throw new System.NotImplementedException("Method 'Microsoft.Win32.SafeHandles.SafeTimerHandle.CloseHandle' has not been implemented!");
}
}
}