Cosmos/source2/Users/Orvid/Cosmos.Plugs/System.Design/System/Design/SafeNativeMethodsImpl.cs

112 lines
5.6 KiB
C#

namespace Cosmos.Plugs
{
[Cosmos.IL2CPU.Plugs.Plug(Target = typeof(System.Design.SafeNativeMethods), TargetFramework = Cosmos.IL2CPU.Plugs.FrameworkVersion.v4_0)]
public static class System_Design_SafeNativeMethodsImpl
{
public static System.Boolean DeleteObject(System.Runtime.InteropServices.HandleRef hObject)
{
throw new System.NotImplementedException("Method 'System.Design.SafeNativeMethods.DeleteObject' has not been implemented!");
}
public static System.Int32 GetMessagePos()
{
throw new System.NotImplementedException("Method 'System.Design.SafeNativeMethods.GetMessagePos' has not been implemented!");
}
public static System.Int32 RegisterWindowMessage(System.String msg)
{
throw new System.NotImplementedException("Method 'System.Design.SafeNativeMethods.RegisterWindowMessage' has not been implemented!");
}
public static System.Boolean GetTextMetrics(System.Runtime.InteropServices.HandleRef hdc, System.Design.NativeMethods+TEXTMETRIC tm)
{
throw new System.NotImplementedException("Method 'System.Design.SafeNativeMethods.GetTextMetrics' has not been implemented!");
}
public static System.Boolean BitBlt(System.IntPtr hDC, System.Int32 x, System.Int32 y, System.Int32 nWidth, System.Int32 nHeight, System.IntPtr hSrcDC, System.Int32 xSrc, System.Int32 ySrc, System.Int32 dwRop)
{
throw new System.NotImplementedException("Method 'System.Design.SafeNativeMethods.BitBlt' has not been implemented!");
}
public static System.IntPtr CreateSolidBrush(System.Int32 crColor)
{
throw new System.NotImplementedException("Method 'System.Design.SafeNativeMethods.CreateSolidBrush' has not been implemented!");
}
public static System.Int32 GetWindowTextLength(System.Runtime.InteropServices.HandleRef hWnd)
{
throw new System.NotImplementedException("Method 'System.Design.SafeNativeMethods.GetWindowTextLength' has not been implemented!");
}
public static System.Int32 GetTickCount()
{
throw new System.NotImplementedException("Method 'System.Design.SafeNativeMethods.GetTickCount' has not been implemented!");
}
public static System.Boolean RedrawWindow(System.IntPtr hwnd, System.Design.NativeMethods+COMRECT rcUpdate, System.IntPtr hrgnUpdate, System.Int32 flags)
{
throw new System.NotImplementedException("Method 'System.Design.SafeNativeMethods.RedrawWindow' has not been implemented!");
}
public static System.Boolean SetWindowPos(System.IntPtr hWnd, System.IntPtr hWndInsertAfter, System.Int32 x, System.Int32 y, System.Int32 cx, System.Int32 cy, System.Int32 flags)
{
throw new System.NotImplementedException("Method 'System.Design.SafeNativeMethods.SetWindowPos' has not been implemented!");
}
public static System.Int32 DrawText(System.Runtime.InteropServices.HandleRef hDC, System.String lpszString, System.Int32 nCount, System.Design.NativeMethods+RECT* lpRect, System.Int32 nFormat)
{
throw new System.NotImplementedException("Method 'System.Design.SafeNativeMethods.DrawText' has not been implemented!");
}
public static System.IntPtr SelectObject(System.Runtime.InteropServices.HandleRef hDC, System.Runtime.InteropServices.HandleRef hObject)
{
throw new System.NotImplementedException("Method 'System.Design.SafeNativeMethods.SelectObject' has not been implemented!");
}
public static System.Boolean IsChild(System.Runtime.InteropServices.HandleRef parent, System.Runtime.InteropServices.HandleRef child)
{
throw new System.NotImplementedException("Method 'System.Design.SafeNativeMethods.IsChild' has not been implemented!");
}
public static System.Boolean _TrackMouseEvent(System.Design.NativeMethods+TRACKMOUSEEVENT tme)
{
throw new System.NotImplementedException("Method 'System.Design.SafeNativeMethods._TrackMouseEvent' has not been implemented!");
}
public static System.Int32 GetCurrentProcessId()
{
throw new System.NotImplementedException("Method 'System.Design.SafeNativeMethods.GetCurrentProcessId' has not been implemented!");
}
public static System.Boolean RoundRect(System.Runtime.InteropServices.HandleRef hDC, System.Int32 left, System.Int32 top, System.Int32 right, System.Int32 bottom, System.Int32 width, System.Int32 height)
{
throw new System.NotImplementedException("Method 'System.Design.SafeNativeMethods.RoundRect' has not been implemented!");
}
public static System.Boolean Rectangle(System.Runtime.InteropServices.HandleRef hdc, System.Int32 left, System.Int32 top, System.Int32 right, System.Int32 bottom)
{
throw new System.NotImplementedException("Method 'System.Design.SafeNativeMethods.Rectangle' has not been implemented!");
}
public static System.Int32 SetROP2(System.Runtime.InteropServices.HandleRef hDC, System.Int32 nDrawMode)
{
throw new System.NotImplementedException("Method 'System.Design.SafeNativeMethods.SetROP2' has not been implemented!");
}
public static System.Int32 SetBkColor(System.Runtime.InteropServices.HandleRef hDC, System.Int32 clr)
{
throw new System.NotImplementedException("Method 'System.Design.SafeNativeMethods.SetBkColor' has not been implemented!");
}
public static System.Int32 SetWindowTheme(System.IntPtr hWnd, System.String subAppName, System.String subIdList)
{
throw new System.NotImplementedException("Method 'System.Design.SafeNativeMethods.SetWindowTheme' has not been implemented!");
}
public static System.IntPtr IntCreatePen(System.Int32 nStyle, System.Int32 nWidth, System.Int32 crColor)
{
throw new System.NotImplementedException("Method 'System.Design.SafeNativeMethods.IntCreatePen' has not been implemented!");
}
}
}