mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-30 21:00:30 +00:00
17 lines
690 B
C#
17 lines
690 B
C#
namespace Cosmos.Plugs
|
|
{
|
|
[Cosmos.IL2CPU.Plugs.Plug(Target = typeof(System.Management.Instrumentation.NativeMethods), TargetFramework = Cosmos.IL2CPU.Plugs.FrameworkVersion.v4_0)]
|
|
public static class System_Management_Instrumentation_NativeMethodsImpl
|
|
{
|
|
|
|
public static System.Int32 CoImpersonateClient()
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Management.Instrumentation.NativeMethods.CoImpersonateClient' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 CoRevertToSelf()
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Management.Instrumentation.NativeMethods.CoRevertToSelf' has not been implemented!");
|
|
}
|
|
}
|
|
}
|