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

12 lines
472 B
C#

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