Cosmos/source2/Users/Orvid/Cosmos.Plugs/Microsoft.VisualBasic/Microsoft/VisualBasic/CompilerServices/UnsafeNativeMethodsImpl.cs

87 lines
5.1 KiB
C#

namespace Cosmos.Plugs
{
[Cosmos.IL2CPU.Plugs.Plug(Target = typeof(Microsoft.VisualBasic.CompilerServices.UnsafeNativeMethods), TargetFramework = Cosmos.IL2CPU.Plugs.FrameworkVersion.v4_0)]
public static class Microsoft_VisualBasic_CompilerServices_UnsafeNativeMethodsImpl
{
public static System.Boolean UnmapViewOfFile(System.IntPtr pvBaseAddress)
{
throw new System.NotImplementedException("Method 'Microsoft.VisualBasic.CompilerServices.UnsafeNativeMethods.UnmapViewOfFile' has not been implemented!");
}
public static System.Int32 LCMapStringA(System.Int32 Locale, System.Int32 dwMapFlags, System.Byte[] lpSrcStr, System.Int32 cchSrc, System.Byte[] lpDestStr, System.Int32 cchDest)
{
throw new System.NotImplementedException("Method 'Microsoft.VisualBasic.CompilerServices.UnsafeNativeMethods.LCMapStringA' has not been implemented!");
}
public static System.Int32 LCMapString(System.Int32 Locale, System.Int32 dwMapFlags, System.String* lpSrcStr, System.Int32 cchSrc, System.String* lpDestStr, System.Int32 cchDest)
{
throw new System.NotImplementedException("Method 'Microsoft.VisualBasic.CompilerServices.UnsafeNativeMethods.LCMapString' has not been implemented!");
}
public static System.Int32 VarParseNumFromStr(System.String str, System.Int32 lcid, System.Int32 dwFlags, System.Byte[] numprsPtr, System.Byte[] digits)
{
throw new System.NotImplementedException("Method 'Microsoft.VisualBasic.CompilerServices.UnsafeNativeMethods.VarParseNumFromStr' has not been implemented!");
}
public static System.Object VarNumFromParseNum(System.Byte[] numprsPtr, System.Byte[] DigitArray, System.Int32 dwVtBits)
{
throw new System.NotImplementedException("Method 'Microsoft.VisualBasic.CompilerServices.UnsafeNativeMethods.VarNumFromParseNum' has not been implemented!");
}
public static System.Void VariantChangeType(System.Object* dest, System.Object* Src, System.Int16 wFlags, System.Int16 vt)
{
throw new System.NotImplementedException("Method 'Microsoft.VisualBasic.CompilerServices.UnsafeNativeMethods.VariantChangeType' has not been implemented!");
}
public static System.Int32 MessageBeep(System.Int32 uType)
{
throw new System.NotImplementedException("Method 'Microsoft.VisualBasic.CompilerServices.UnsafeNativeMethods.MessageBeep' has not been implemented!");
}
public static System.Int32 SetLocalTime(Microsoft.VisualBasic.CompilerServices.NativeTypes+SystemTime systime)
{
throw new System.NotImplementedException("Method 'Microsoft.VisualBasic.CompilerServices.UnsafeNativeMethods.SetLocalTime' has not been implemented!");
}
public static System.Int32 MoveFile(System.String lpExistingFileName, System.String lpNewFileName)
{
throw new System.NotImplementedException("Method 'Microsoft.VisualBasic.CompilerServices.UnsafeNativeMethods.MoveFile' has not been implemented!");
}
public static System.Int32 GetLogicalDrives()
{
throw new System.NotImplementedException("Method 'Microsoft.VisualBasic.CompilerServices.UnsafeNativeMethods.GetLogicalDrives' has not been implemented!");
}
public static Microsoft.Win32.SafeHandles.SafeFileHandle CreateFileMapping(System.Runtime.InteropServices.HandleRef hFile, Microsoft.VisualBasic.CompilerServices.NativeTypes+SECURITY_ATTRIBUTES lpAttributes, System.Int32 flProtect, System.Int32 dwMaxSizeHi, System.Int32 dwMaxSizeLow, System.String lpName)
{
throw new System.NotImplementedException("Method 'Microsoft.VisualBasic.CompilerServices.UnsafeNativeMethods.CreateFileMapping' has not been implemented!");
}
public static Microsoft.Win32.SafeHandles.SafeFileHandle OpenFileMapping(System.Int32 dwDesiredAccess, System.Boolean bInheritHandle, System.String lpName)
{
throw new System.NotImplementedException("Method 'Microsoft.VisualBasic.CompilerServices.UnsafeNativeMethods.OpenFileMapping' has not been implemented!");
}
public static Microsoft.VisualBasic.CompilerServices.SafeMemoryMappedViewOfFileHandle MapViewOfFile(System.IntPtr hFileMapping, System.Int32 dwDesiredAccess, System.Int32 dwFileOffsetHigh, System.Int32 dwFileOffsetLow, System.UIntPtr dwNumberOfBytesToMap)
{
throw new System.NotImplementedException("Method 'Microsoft.VisualBasic.CompilerServices.UnsafeNativeMethods.MapViewOfFile' has not been implemented!");
}
public static System.Int16 GetKeyState(System.Int32 KeyCode)
{
throw new System.NotImplementedException("Method 'Microsoft.VisualBasic.CompilerServices.UnsafeNativeMethods.GetKeyState' has not been implemented!");
}
public static System.IntPtr LocalFree(System.IntPtr LocalHandle)
{
throw new System.NotImplementedException("Method 'Microsoft.VisualBasic.CompilerServices.UnsafeNativeMethods.LocalFree' has not been implemented!");
}
public static System.Boolean GetDiskFreeSpaceEx(System.String Directory, System.Int64* UserSpaceFree, System.Int64* TotalUserSpace, System.Int64* TotalFreeSpace)
{
throw new System.NotImplementedException("Method 'Microsoft.VisualBasic.CompilerServices.UnsafeNativeMethods.GetDiskFreeSpaceEx' has not been implemented!");
}
}
}