mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-30 12:50:19 +00:00
27 lines
1.3 KiB
C#
27 lines
1.3 KiB
C#
namespace Cosmos.Plugs
|
|
{
|
|
[Cosmos.IL2CPU.Plugs.Plug(Target = typeof(Microsoft.VisualBasic.CompilerServices.SafeNativeMethods), TargetFramework = Cosmos.IL2CPU.Plugs.FrameworkVersion.v4_0)]
|
|
public static class Microsoft_VisualBasic_CompilerServices_SafeNativeMethodsImpl
|
|
{
|
|
|
|
public static System.Boolean IsWindowEnabled(System.IntPtr hwnd)
|
|
{
|
|
throw new System.NotImplementedException("Method 'Microsoft.VisualBasic.CompilerServices.SafeNativeMethods.IsWindowEnabled' has not been implemented!");
|
|
}
|
|
|
|
public static System.Boolean IsWindowVisible(System.IntPtr hwnd)
|
|
{
|
|
throw new System.NotImplementedException("Method 'Microsoft.VisualBasic.CompilerServices.SafeNativeMethods.IsWindowVisible' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GetWindowThreadProcessId(System.IntPtr hwnd, System.Int32* lpdwProcessId)
|
|
{
|
|
throw new System.NotImplementedException("Method 'Microsoft.VisualBasic.CompilerServices.SafeNativeMethods.GetWindowThreadProcessId' has not been implemented!");
|
|
}
|
|
|
|
public static System.Void GetLocalTime(Microsoft.VisualBasic.CompilerServices.NativeTypes+SystemTime systime)
|
|
{
|
|
throw new System.NotImplementedException("Method 'Microsoft.VisualBasic.CompilerServices.SafeNativeMethods.GetLocalTime' has not been implemented!");
|
|
}
|
|
}
|
|
}
|