Cosmos/source2/Users/Orvid/Cosmos.Plugs/System.Management/System/Management/ManagementScopeImpl.cs

12 lines
452 B
C#

namespace Cosmos.Plugs
{
[Cosmos.IL2CPU.Plugs.Plug(Target = typeof(System.Management.ManagementScope), TargetFramework = Cosmos.IL2CPU.Plugs.FrameworkVersion.v4_0)]
public static class System_Management_ManagementScopeImpl
{
public static System.Int32 RpcMgmtEnableIdleCleanup()
{
throw new System.NotImplementedException("Method 'System.Management.ManagementScope.RpcMgmtEnableIdleCleanup' has not been implemented!");
}
}
}