mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-30 21:00:30 +00:00
17 lines
670 B
C#
17 lines
670 B
C#
namespace Cosmos.Plugs
|
|
{
|
|
[Cosmos.IL2CPU.Plugs.Plug(Target = typeof(System.Drawing.Design.Util), TargetFramework = Cosmos.IL2CPU.Plugs.FrameworkVersion.v4_0)]
|
|
public static class System_Drawing_Design_NativeMethods+UtilImpl
|
|
{
|
|
|
|
public static System.Int32 lstrlen(System.String s)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.Design.NativeMethods+Util.lstrlen' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 RegisterWindowMessage(System.String msg)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Drawing.Design.NativeMethods+Util.RegisterWindowMessage' has not been implemented!");
|
|
}
|
|
}
|
|
}
|