Cosmos/source2/Users/Orvid/Cosmos.Plugs/System.IdentityModel.Selectors/Microsoft/InfoCards/GlobalAllocSafeHandleImpl.cs

17 lines
695 B
C#

namespace Cosmos.Plugs
{
[Cosmos.IL2CPU.Plugs.Plug(Target = typeof(Microsoft.InfoCards.GlobalAllocSafeHandle), TargetFramework = Cosmos.IL2CPU.Plugs.FrameworkVersion.v4_0)]
public static class Microsoft_InfoCards_GlobalAllocSafeHandleImpl
{
public static System.Void ZeroMemory(System.IntPtr dest, System.Int32 size)
{
throw new System.NotImplementedException("Method 'Microsoft.InfoCards.GlobalAllocSafeHandle.ZeroMemory' has not been implemented!");
}
public static System.IntPtr GlobalFree(System.IntPtr hMem)
{
throw new System.NotImplementedException("Method 'Microsoft.InfoCards.GlobalAllocSafeHandle.GlobalFree' has not been implemented!");
}
}
}