mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-01 05:40:29 +00:00
12 lines
487 B
C#
12 lines
487 B
C#
namespace Cosmos.Plugs
|
|
{
|
|
[Cosmos.IL2CPU.Plugs.Plug(Target = typeof(System.ServiceModel.Activation.SafeCloseHandle), TargetFramework = Cosmos.IL2CPU.Plugs.FrameworkVersion.v4_0)]
|
|
public static class System_ServiceModel_Activation_SafeCloseHandleImpl
|
|
{
|
|
|
|
public static System.Boolean CloseHandle(System.IntPtr handle)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.ServiceModel.Activation.SafeCloseHandle.CloseHandle' has not been implemented!");
|
|
}
|
|
}
|
|
}
|