Cosmos/source2/Users/Orvid/Cosmos.Plugs/System.Management/System/Management/Instrumentation/ComThreadingInfoImpl.cs

12 lines
509 B
C#

namespace Cosmos.Plugs
{
[Cosmos.IL2CPU.Plugs.Plug(Target = typeof(System.Management.Instrumentation.ComThreadingInfo), TargetFramework = Cosmos.IL2CPU.Plugs.FrameworkVersion.v4_0)]
public static class System_Management_Instrumentation_ComThreadingInfoImpl
{
public static System.Object CoGetObjectContext(System.Guid* riid)
{
throw new System.NotImplementedException("Method 'System.Management.Instrumentation.ComThreadingInfo.CoGetObjectContext' has not been implemented!");
}
}
}