Cosmos/source2/Users/Orvid/Cosmos.Plugs/System.EnterpriseServices/System/EnterpriseServices/UtilImpl.cs

62 lines
3.1 KiB
C#

namespace Cosmos.Plugs
{
[Cosmos.IL2CPU.Plugs.Plug(Target = typeof(System.EnterpriseServices.Util), TargetFramework = Cosmos.IL2CPU.Plugs.FrameworkVersion.v4_0)]
public static class System_EnterpriseServices_UtilImpl
{
public static System.Int32 LoadTypeLibEx(System.String str, System.Int32 regKind, System.IntPtr* pptlib)
{
throw new System.NotImplementedException("Method 'System.EnterpriseServices.Util.LoadTypeLibEx' has not been implemented!");
}
public static System.Int32 MessageBox(System.Int32 hWnd, System.String lpText, System.String lpCaption, System.Int32 type)
{
throw new System.NotImplementedException("Method 'System.EnterpriseServices.Util.MessageBox' has not been implemented!");
}
public static System.Void OutputDebugString(System.String msg)
{
throw new System.NotImplementedException("Method 'System.EnterpriseServices.Util.OutputDebugString' has not been implemented!");
}
public static System.Void CoGetCallContext(System.Guid riid, System.EnterpriseServices.ISecurityCallContext* iface)
{
throw new System.NotImplementedException("Method 'System.EnterpriseServices.Util.CoGetCallContext' has not been implemented!");
}
public static System.Int32 RegisterTypeLib(System.IntPtr pptlib, System.String str, System.String help)
{
throw new System.NotImplementedException("Method 'System.EnterpriseServices.Util.RegisterTypeLib' has not been implemented!");
}
public static System.Void UnRegisterTypeLib(System.Guid libID, System.Int16 wVerMajor, System.Int16 wVerMinor, System.Int32 lcid, System.Runtime.InteropServices.ComTypes.SYSKIND syskind)
{
throw new System.NotImplementedException("Method 'System.EnterpriseServices.Util.UnRegisterTypeLib' has not been implemented!");
}
public static System.Int32 LoadRegTypeLib(System.Guid lidID, System.Int16 wVerMajor, System.Int16 wVerMinor, System.Int32 lcid, System.Object* pptlib)
{
throw new System.NotImplementedException("Method 'System.EnterpriseServices.Util.LoadRegTypeLib' has not been implemented!");
}
public static System.Boolean QueryPerformanceCounter(System.Int64* count)
{
throw new System.NotImplementedException("Method 'System.EnterpriseServices.Util.QueryPerformanceCounter' has not been implemented!");
}
public static System.Boolean QueryPerformanceFrequency(System.Int64* count)
{
throw new System.NotImplementedException("Method 'System.EnterpriseServices.Util.QueryPerformanceFrequency' has not been implemented!");
}
public static System.Int32 FormatMessage(System.Int32 dwFlags, System.IntPtr lpSource, System.Int32 dwMessageId, System.Int32 dwLanguageId, System.Text.StringBuilder lpBuffer, System.Int32 nSize, System.Int32 arguments)
{
throw new System.NotImplementedException("Method 'System.EnterpriseServices.Util.FormatMessage' has not been implemented!");
}
public static System.Int32 GetObjectContext(System.EnterpriseServices.IObjectContext* pCtx)
{
throw new System.NotImplementedException("Method 'System.EnterpriseServices.Util.GetObjectContext' has not been implemented!");
}
}
}