mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-30 12:50:19 +00:00
107 lines
6.5 KiB
C#
107 lines
6.5 KiB
C#
namespace Cosmos.Plugs
|
|
{
|
|
[Cosmos.IL2CPU.Plugs.Plug(Target = typeof(Microsoft.VisualBasic.CompilerServices.NativeMethods), TargetFramework = Cosmos.IL2CPU.Plugs.FrameworkVersion.v4_0)]
|
|
public static class Microsoft_VisualBasic_CompilerServices_NativeMethodsImpl
|
|
{
|
|
|
|
public static System.Int32 CloseHandle(System.IntPtr hObject)
|
|
{
|
|
throw new System.NotImplementedException("Method 'Microsoft.VisualBasic.CompilerServices.NativeMethods.CloseHandle' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 WaitForInputIdle(Microsoft.VisualBasic.CompilerServices.NativeTypes+LateInitSafeHandleZeroOrMinusOneIsInvalid Process, System.Int32 Milliseconds)
|
|
{
|
|
throw new System.NotImplementedException("Method 'Microsoft.VisualBasic.CompilerServices.NativeMethods.WaitForInputIdle' has not been implemented!");
|
|
}
|
|
|
|
public static System.IntPtr GetWindow(System.IntPtr hwnd, System.Int32 wFlag)
|
|
{
|
|
throw new System.NotImplementedException("Method 'Microsoft.VisualBasic.CompilerServices.NativeMethods.GetWindow' has not been implemented!");
|
|
}
|
|
|
|
public static System.IntPtr GetDesktopWindow()
|
|
{
|
|
throw new System.NotImplementedException("Method 'Microsoft.VisualBasic.CompilerServices.NativeMethods.GetDesktopWindow' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GetWindowText(System.IntPtr hWnd, System.Text.StringBuilder lpString, System.Int32 nMaxCount)
|
|
{
|
|
throw new System.NotImplementedException("Method 'Microsoft.VisualBasic.CompilerServices.NativeMethods.GetWindowText' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 AttachThreadInput(System.Int32 idAttach, System.Int32 idAttachTo, System.Int32 fAttach)
|
|
{
|
|
throw new System.NotImplementedException("Method 'Microsoft.VisualBasic.CompilerServices.NativeMethods.AttachThreadInput' has not been implemented!");
|
|
}
|
|
|
|
public static System.Boolean SetForegroundWindow(System.IntPtr hwnd)
|
|
{
|
|
throw new System.NotImplementedException("Method 'Microsoft.VisualBasic.CompilerServices.NativeMethods.SetForegroundWindow' has not been implemented!");
|
|
}
|
|
|
|
public static System.IntPtr SetFocus(System.IntPtr hwnd)
|
|
{
|
|
throw new System.NotImplementedException("Method 'Microsoft.VisualBasic.CompilerServices.NativeMethods.SetFocus' has not been implemented!");
|
|
}
|
|
|
|
public static System.IntPtr FindWindow(System.String* lpClassName, System.String* lpWindowName)
|
|
{
|
|
throw new System.NotImplementedException("Method 'Microsoft.VisualBasic.CompilerServices.NativeMethods.FindWindow' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 WaitForSingleObject(Microsoft.VisualBasic.CompilerServices.NativeTypes+LateInitSafeHandleZeroOrMinusOneIsInvalid hHandle, System.Int32 dwMilliseconds)
|
|
{
|
|
throw new System.NotImplementedException("Method 'Microsoft.VisualBasic.CompilerServices.NativeMethods.WaitForSingleObject' has not been implemented!");
|
|
}
|
|
|
|
public static System.Void GetStartupInfo(Microsoft.VisualBasic.CompilerServices.NativeTypes+STARTUPINFO lpStartupInfo)
|
|
{
|
|
throw new System.NotImplementedException("Method 'Microsoft.VisualBasic.CompilerServices.NativeMethods.GetStartupInfo' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 CreateProcess(System.String lpApplicationName, System.String lpCommandLine, Microsoft.VisualBasic.CompilerServices.NativeTypes+SECURITY_ATTRIBUTES lpProcessAttributes, Microsoft.VisualBasic.CompilerServices.NativeTypes+SECURITY_ATTRIBUTES lpThreadAttributes, System.Boolean bInheritHandles, System.Int32 dwCreationFlags, System.IntPtr lpEnvironment, System.String lpCurrentDirectory, Microsoft.VisualBasic.CompilerServices.NativeTypes+STARTUPINFO lpStartupInfo, Microsoft.VisualBasic.CompilerServices.NativeTypes+PROCESS_INFORMATION lpProcessInformation)
|
|
{
|
|
throw new System.NotImplementedException("Method 'Microsoft.VisualBasic.CompilerServices.NativeMethods.CreateProcess' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GetVolumeInformation(System.String lpRootPathName, System.Text.StringBuilder lpVolumeNameBuffer, System.Int32 nVolumeNameSize, System.Int32* lpVolumeSerialNumber, System.Int32* lpMaximumComponentLength, System.Int32* lpFileSystemFlags, System.IntPtr lpFileSystemNameBuffer, System.Int32 nFileSystemNameSize)
|
|
{
|
|
throw new System.NotImplementedException("Method 'Microsoft.VisualBasic.CompilerServices.NativeMethods.GetVolumeInformation' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 SHFileOperation32(Microsoft.VisualBasic.CompilerServices.NativeMethods+SHFILEOPSTRUCT* lpFileOp)
|
|
{
|
|
throw new System.NotImplementedException("Method 'Microsoft.VisualBasic.CompilerServices.NativeMethods.SHFileOperation32' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 SHFileOperation64(Microsoft.VisualBasic.CompilerServices.NativeMethods+SHFILEOPSTRUCT64* lpFileOp)
|
|
{
|
|
throw new System.NotImplementedException("Method 'Microsoft.VisualBasic.CompilerServices.NativeMethods.SHFileOperation64' has not been implemented!");
|
|
}
|
|
|
|
public static System.Void SHChangeNotify(System.UInt32 wEventId, System.UInt32 uFlags, System.IntPtr dwItem1, System.IntPtr dwItem2)
|
|
{
|
|
throw new System.NotImplementedException("Method 'Microsoft.VisualBasic.CompilerServices.NativeMethods.SHChangeNotify' has not been implemented!");
|
|
}
|
|
|
|
public static System.Void GlobalMemoryStatus(Microsoft.VisualBasic.CompilerServices.NativeMethods+MEMORYSTATUS* lpBuffer)
|
|
{
|
|
throw new System.NotImplementedException("Method 'Microsoft.VisualBasic.CompilerServices.NativeMethods.GlobalMemoryStatus' has not been implemented!");
|
|
}
|
|
|
|
public static System.Boolean GlobalMemoryStatusEx(Microsoft.VisualBasic.CompilerServices.NativeMethods+MEMORYSTATUSEX* lpBuffer)
|
|
{
|
|
throw new System.NotImplementedException("Method 'Microsoft.VisualBasic.CompilerServices.NativeMethods.GlobalMemoryStatusEx' has not been implemented!");
|
|
}
|
|
|
|
public static System.Boolean ConvertStringSecurityDescriptorToSecurityDescriptor(System.String StringSecurityDescriptor, System.UInt32 StringSDRevision, System.IntPtr* SecurityDescriptor, System.IntPtr SecurityDescriptorSize)
|
|
{
|
|
throw new System.NotImplementedException("Method 'Microsoft.VisualBasic.CompilerServices.NativeMethods.ConvertStringSecurityDescriptorToSecurityDescriptor' has not been implemented!");
|
|
}
|
|
|
|
public static System.Boolean MoveFileEx(System.String lpExistingFileName, System.String lpNewFileName, System.Int32 dwFlags)
|
|
{
|
|
throw new System.NotImplementedException("Method 'Microsoft.VisualBasic.CompilerServices.NativeMethods.MoveFileEx' has not been implemented!");
|
|
}
|
|
}
|
|
}
|