Terraria v1.4.4.9
Terraria source code documentation
|
This is the complete list of members for Interop.Kernel32, including all inherited members.
Beep(int frequency, int duration) | Interop.Kernel32 | package |
CancelIoEx(SafeHandle handle, NativeOverlapped *lpOverlapped) | Interop.Kernel32 | package |
CancelIoEx(SafeHandle handle, NativeOverlapped *lpOverlapped) | Interop.Kernel32 | package |
CancelIoEx(SafeHandle handle, NativeOverlapped *lpOverlapped) | Interop.Kernel32 | package |
CancelIoEx(IntPtr handle, NativeOverlapped *lpOverlapped) | Interop.Kernel32 | package |
CancelIoEx(SafeHandle handle, NativeOverlapped *lpOverlapped) | Interop.Kernel32 | package |
CloseHandle(IntPtr handle) | Interop.Kernel32 | package |
CloseHandle(IntPtr handle) | Interop.Kernel32 | package |
CloseHandle(IntPtr handle) | Interop.Kernel32 | package |
CloseHandle(IntPtr handle) | Interop.Kernel32 | package |
CloseHandle(IntPtr handle) | Interop.Kernel32 | package |
CloseHandle(IntPtr handle) | Interop.Kernel32 | package |
CloseHandle(IntPtr handle) | Interop.Kernel32 | package |
CloseHandle(IntPtr handle) | Interop.Kernel32 | package |
Color enum name | Interop.Kernel32 | package |
CompareStringEx(char *lpLocaleName, uint dwCmpFlags, char *lpString1, int cchCount1, char *lpString2, int cchCount2, void *lpVersionInformation, void *lpReserved, IntPtr lParam) | Interop.Kernel32 | package |
CompareStringOrdinal(char *lpString1, int cchCount1, char *lpString2, int cchCount2, bool bIgnoreCase) | Interop.Kernel32 | package |
ConnectNamedPipe(SafePipeHandle handle, NativeOverlapped *overlapped) | Interop.Kernel32 | package |
ConnectNamedPipe(SafePipeHandle handle, IntPtr overlapped) | Interop.Kernel32 | package |
CopyFile(string src, string dst, bool failIfExists) | Interop.Kernel32 | inlinepackagestatic |
CopyFileEx(string src, string dst, IntPtr progressRoutine, IntPtr progressData, ref int cancel, int flags) | Interop.Kernel32 | inlinepackagestatic |
CopyFileExPrivate(string src, string dst, IntPtr progressRoutine, IntPtr progressData, ref int cancel, int flags) | Interop.Kernel32 | private |
CreateDirectory(string path, ref SECURITY_ATTRIBUTES lpSecurityAttributes) | Interop.Kernel32 | inlinepackagestatic |
CreateDirectory(string path, ref SECURITY_ATTRIBUTES lpSecurityAttributes) | Interop.Kernel32 | inlinepackagestatic |
CreateDirectoryPrivate(string path, ref SECURITY_ATTRIBUTES lpSecurityAttributes) | Interop.Kernel32 | private |
CreateDirectoryPrivate(string path, ref SECURITY_ATTRIBUTES lpSecurityAttributes) | Interop.Kernel32 | private |
CreateEventEx(IntPtr lpSecurityAttributes, string name, uint flags, uint desiredAccess) | Interop.Kernel32 | package |
CreateFile(string lpFileName, int dwDesiredAccess, FileShare dwShareMode, SECURITY_ATTRIBUTES *lpSecurityAttributes, FileMode dwCreationDisposition, int dwFlagsAndAttributes, IntPtr hTemplateFile) | Interop.Kernel32 | inlinepackagestatic |
CreateFile(string lpFileName, int dwDesiredAccess, FileShare dwShareMode, FileMode dwCreationDisposition, int dwFlagsAndAttributes) | Interop.Kernel32 | inlinepackagestatic |
CreateFile(string lpFileName, int dwDesiredAccess, FileShare dwShareMode, SECURITY_ATTRIBUTES *lpSecurityAttributes, FileMode dwCreationDisposition, int dwFlagsAndAttributes, IntPtr hTemplateFile) | Interop.Kernel32 | inlinepackagestatic |
CreateFile(string lpFileName, int dwDesiredAccess, FileShare dwShareMode, FileMode dwCreationDisposition, int dwFlagsAndAttributes) | Interop.Kernel32 | inlinepackagestatic |
CreateFile_IntPtr(string lpFileName, int dwDesiredAccess, FileShare dwShareMode, FileMode dwCreationDisposition, int dwFlagsAndAttributes) | Interop.Kernel32 | inlinepackagestatic |
CreateFileMapping(SafeFileHandle hFile, ref SECURITY_ATTRIBUTES lpFileMappingAttributes, int flProtect, int dwMaximumSizeHigh, int dwMaximumSizeLow, string lpName) | Interop.Kernel32 | package |
CreateFileMapping(IntPtr hFile, ref SECURITY_ATTRIBUTES lpFileMappingAttributes, int flProtect, int dwMaximumSizeHigh, int dwMaximumSizeLow, string lpName) | Interop.Kernel32 | package |
CreateFilePrivate(string lpFileName, int dwDesiredAccess, FileShare dwShareMode, SECURITY_ATTRIBUTES *lpSecurityAttributes, FileMode dwCreationDisposition, int dwFlagsAndAttributes, IntPtr hTemplateFile) | Interop.Kernel32 | private |
CreateFilePrivate(string lpFileName, int dwDesiredAccess, FileShare dwShareMode, SECURITY_ATTRIBUTES *lpSecurityAttributes, FileMode dwCreationDisposition, int dwFlagsAndAttributes, IntPtr hTemplateFile) | Interop.Kernel32 | private |
CreateFilePrivate(string lpFileName, int dwDesiredAccess, FileShare dwShareMode, SECURITY_ATTRIBUTES *lpSecurityAttributes, FileMode dwCreationDisposition, int dwFlagsAndAttributes, IntPtr hTemplateFile) | Interop.Kernel32 | private |
CreateFilePrivate_IntPtr(string lpFileName, int dwDesiredAccess, FileShare dwShareMode, SECURITY_ATTRIBUTES *lpSecurityAttributes, FileMode dwCreationDisposition, int dwFlagsAndAttributes, IntPtr hTemplateFile) | Interop.Kernel32 | private |
CreateIoCompletionPort(IntPtr FileHandle, IntPtr ExistingCompletionPort, UIntPtr CompletionKey, int NumberOfConcurrentThreads) | Interop.Kernel32 | package |
CreateMutexEx(IntPtr lpMutexAttributes, string name, uint flags, uint desiredAccess) | Interop.Kernel32 | package |
CreateNamedPipe(string pipeName, int openMode, int pipeMode, int maxInstances, int outBufferSize, int inBufferSize, int defaultTimeout, ref SECURITY_ATTRIBUTES securityAttributes) | Interop.Kernel32 | package |
CreateNamedPipeClient(string lpFileName, int dwDesiredAccess, FileShare dwShareMode, ref SECURITY_ATTRIBUTES secAttrs, FileMode dwCreationDisposition, int dwFlagsAndAttributes, IntPtr hTemplateFile) | Interop.Kernel32 | package |
CreatePipe(out SafeFileHandle hReadPipe, out SafeFileHandle hWritePipe, ref SECURITY_ATTRIBUTES lpPipeAttributes, int nSize) | Interop.Kernel32 | package |
CreatePipe(out SafePipeHandle hReadPipe, out SafePipeHandle hWritePipe, ref SECURITY_ATTRIBUTES lpPipeAttributes, int nSize) | Interop.Kernel32 | package |
CreateProcess(string lpApplicationName, char *lpCommandLine, ref SECURITY_ATTRIBUTES procSecAttrs, ref SECURITY_ATTRIBUTES threadSecAttrs, bool bInheritHandles, int dwCreationFlags, IntPtr lpEnvironment, string lpCurrentDirectory, ref STARTUPINFO lpStartupInfo, ref PROCESS_INFORMATION lpProcessInformation) | Interop.Kernel32 | package |
CreateSemaphoreEx(IntPtr lpSecurityAttributes, int initialCount, int maximumCount, string name, uint flags, uint desiredAccess) | Interop.Kernel32 | package |
CreateSymbolicLink(string symlinkFileName, string targetFileName, bool isDirectory) | Interop.Kernel32 | inlinepackagestatic |
CreateSymbolicLinkPrivate(string lpSymlinkFileName, string lpTargetFileName, int dwFlags) | Interop.Kernel32 | private |
DeleteCriticalSection(CRITICAL_SECTION *lpCriticalSection) | Interop.Kernel32 | package |
DeleteFile(string path) | Interop.Kernel32 | inlinepackagestatic |
DeleteFilePrivate(string path) | Interop.Kernel32 | private |
DeleteVolumeMountPoint(string mountPoint) | Interop.Kernel32 | inlinepackagestatic |
DeleteVolumeMountPointPrivate(string mountPoint) | Interop.Kernel32 | package |
DeviceIoControl(SafeHandle hDevice, uint dwIoControlCode, IntPtr lpInBuffer, uint nInBufferSize, byte[] lpOutBuffer, uint nOutBufferSize, out uint lpBytesReturned, IntPtr lpOverlapped) | Interop.Kernel32 | package |
DisconnectNamedPipe(SafePipeHandle hNamedPipe) | Interop.Kernel32 | package |
DuplicateHandle(IntPtr hSourceProcessHandle, SafeHandle hSourceHandle, IntPtr hTargetProcess, out SafeFileHandle targetHandle, int dwDesiredAccess, bool bInheritHandle, int dwOptions) | Interop.Kernel32 | package |
DuplicateHandle(IntPtr hSourceProcessHandle, SafeHandle hSourceHandle, IntPtr hTargetProcess, out SafeWaitHandle targetHandle, int dwDesiredAccess, bool bInheritHandle, int dwOptions) | Interop.Kernel32 | package |
DuplicateHandle(IntPtr hSourceProcessHandle, SafeHandle hSourceHandle, IntPtr hTargetProcessHandle, out SafePipeHandle lpTargetHandle, uint dwDesiredAccess, bool bInheritHandle, uint dwOptions) | Interop.Kernel32 | package |
DuplicateHandle(IntPtr hSourceProcessHandle, IntPtr hSourceHandle, IntPtr hTargetProcessHandle, ref SafeAccessTokenHandle lpTargetHandle, uint dwDesiredAccess, bool bInheritHandle, uint dwOptions) | Interop.Kernel32 | package |
EnterCriticalSection(CRITICAL_SECTION *lpCriticalSection) | Interop.Kernel32 | package |
EnumCalendarInfoExEx(delegate *unmanaged< char *, uint, IntPtr, void *, BOOL > pCalInfoEnumProcExEx, string lpLocaleName, uint Calendar, string lpReserved, uint CalType, void *lParam) | Interop.Kernel32 | package |
EnumProcesses(int[] processIds, int size, out int needed) | Interop.Kernel32 | package |
EnumProcessModules(SafeProcessHandle handle, IntPtr[] modules, int size, out int needed) | Interop.Kernel32 | package |
EnumSystemLocalesEx(delegate *unmanaged< char *, uint, void *, BOOL > lpLocaleEnumProcEx, uint dwFlags, void *lParam, IntPtr reserved) | Interop.Kernel32 | package |
EnumTimeFormatsEx(delegate *unmanaged< char *, void *, BOOL > lpTimeFmtEnumProcEx, string lpLocaleName, uint dwFlags, void *lParam) | Interop.Kernel32 | package |
ExpandEnvironmentStrings(string lpSrc, ref char lpDst, uint nSize) | Interop.Kernel32 | package |
FileAction enum name | Interop.Kernel32 | package |
FileCompletionNotificationModes enum name | Interop.Kernel32 | package |
FileCompletionNotificationModes enum name | Interop.Kernel32 | package |
FileTimeToSystemTime(ulong *lpFileTime, SYSTEMTIME *lpSystemTime) | Interop.Kernel32 | package |
FillConsoleOutputAttribute(IntPtr hConsoleOutput, short wColorAttribute, int numCells, COORD startCoord, out int pNumBytesWritten) | Interop.Kernel32 | package |
FillConsoleOutputCharacter(IntPtr hConsoleOutput, char character, int nLength, COORD dwWriteCoord, out int pNumCharsWritten) | Interop.Kernel32 | package |
FindClose(IntPtr hFindFile) | Interop.Kernel32 | package |
FindClose(IntPtr hFindFile) | Interop.Kernel32 | package |
FINDEX_INFO_LEVELS enum name | Interop.Kernel32 | package |
FINDEX_INFO_LEVELS enum name | Interop.Kernel32 | package |
FINDEX_SEARCH_OPS enum name | Interop.Kernel32 | package |
FINDEX_SEARCH_OPS enum name | Interop.Kernel32 | package |
FindFirstFile(string fileName, ref WIN32_FIND_DATA data) | Interop.Kernel32 | inlinepackagestatic |
FindFirstFile(string fileName, ref WIN32_FIND_DATA data) | Interop.Kernel32 | inlinepackagestatic |
FindFirstFileExPrivate(string lpFileName, FINDEX_INFO_LEVELS fInfoLevelId, ref WIN32_FIND_DATA lpFindFileData, FINDEX_SEARCH_OPS fSearchOp, IntPtr lpSearchFilter, int dwAdditionalFlags) | Interop.Kernel32 | private |
FindFirstFileExPrivate(string lpFileName, FINDEX_INFO_LEVELS fInfoLevelId, ref WIN32_FIND_DATA lpFindFileData, FINDEX_SEARCH_OPS fSearchOp, IntPtr lpSearchFilter, int dwAdditionalFlags) | Interop.Kernel32 | private |
FindNextFile(SafeFindHandle hndFindFile, ref WIN32_FIND_DATA lpFindFileData) | Interop.Kernel32 | package |
FindNLSStringEx(char *lpLocaleName, uint dwFindNLSStringFlags, char *lpStringSource, int cchSource, char *lpStringValue, int cchValue, int *pcchFound, void *lpVersionInformation, void *lpReserved, IntPtr sortHandle) | Interop.Kernel32 | package |
FindStringOrdinal(uint dwFindStringOrdinalFlags, char *lpStringSource, int cchSource, char *lpStringValue, int cchValue, BOOL bIgnoreCase) | Interop.Kernel32 | package |
FlushFileBuffers(SafeHandle hHandle) | Interop.Kernel32 | package |
FlushFileBuffers(SafeHandle hHandle) | Interop.Kernel32 | package |
FlushViewOfFile(IntPtr lpBaseAddress, UIntPtr dwNumberOfBytesToFlush) | Interop.Kernel32 | package |
FormatMessage(int dwFlags, IntPtr lpSource, uint dwMessageId, int dwLanguageId, void *lpBuffer, int nSize, IntPtr arguments) | Interop.Kernel32 | private |
FormatMessage(int dwFlags, IntPtr lpSource, uint dwMessageId, int dwLanguageId, void *lpBuffer, int nSize, IntPtr arguments) | Interop.Kernel32 | private |
FormatMessage(int dwFlags, IntPtr lpSource, uint dwMessageId, int dwLanguageId, void *lpBuffer, int nSize, IntPtr arguments) | Interop.Kernel32 | private |
FormatMessage(int dwFlags, IntPtr lpSource, uint dwMessageId, int dwLanguageId, void *lpBuffer, int nSize, IntPtr arguments) | Interop.Kernel32 | private |
FormatMessage(int dwFlags, IntPtr lpSource, uint dwMessageId, int dwLanguageId, void *lpBuffer, int nSize, IntPtr arguments) | Interop.Kernel32 | private |
FormatMessage(int dwFlags, IntPtr lpSource, uint dwMessageId, int dwLanguageId, void *lpBuffer, int nSize, IntPtr arguments) | Interop.Kernel32 | private |
FormatMessage(int dwFlags, IntPtr lpSource, uint dwMessageId, int dwLanguageId, void *lpBuffer, int nSize, IntPtr arguments) | Interop.Kernel32 | private |
FormatMessage(int dwFlags, IntPtr lpSource, uint dwMessageId, int dwLanguageId, void *lpBuffer, int nSize, IntPtr arguments) | Interop.Kernel32 | private |
FormatMessage(int dwFlags, IntPtr lpSource, uint dwMessageId, int dwLanguageId, void *lpBuffer, int nSize, IntPtr arguments) | Interop.Kernel32 | private |
FormatMessage(int dwFlags, IntPtr lpSource, uint dwMessageId, int dwLanguageId, void *lpBuffer, int nSize, IntPtr arguments) | Interop.Kernel32 | private |
FormatMessage(int dwFlags, IntPtr lpSource, uint dwMessageId, int dwLanguageId, void *lpBuffer, int nSize, IntPtr arguments) | Interop.Kernel32 | private |
FreeEnvironmentStringsW(char *lpszEnvironmentBlock) | Interop.Kernel32 | package |
FreeLibrary(IntPtr hModule) | Interop.Kernel32 | package |
GET_FILEEX_INFO_LEVELS enum name | Interop.Kernel32 | package |
GET_FILEEX_INFO_LEVELS enum name | Interop.Kernel32 | package |
GetAndTrimString(Span< char > buffer) | Interop.Kernel32 | inlineprivatestatic |
GetAndTrimString(Span< char > buffer) | Interop.Kernel32 | inlineprivatestatic |
GetAndTrimString(Span< char > buffer) | Interop.Kernel32 | inlineprivatestatic |
GetAndTrimString(Span< char > buffer) | Interop.Kernel32 | inlineprivatestatic |
GetAndTrimString(Span< char > buffer) | Interop.Kernel32 | inlineprivatestatic |
GetAndTrimString(Span< char > buffer) | Interop.Kernel32 | inlineprivatestatic |
GetAndTrimString(Span< char > buffer) | Interop.Kernel32 | inlineprivatestatic |
GetAndTrimString(Span< char > buffer) | Interop.Kernel32 | inlineprivatestatic |
GetAndTrimString(Span< char > buffer) | Interop.Kernel32 | inlineprivatestatic |
GetAndTrimString(Span< char > buffer) | Interop.Kernel32 | inlineprivatestatic |
GetAndTrimString(Span< char > buffer) | Interop.Kernel32 | inlineprivatestatic |
GetCalendarInfoEx(string lpLocaleName, uint Calendar, IntPtr lpReserved, uint CalType, IntPtr lpCalData, int cchData, out int lpValue) | Interop.Kernel32 | package |
GetCalendarInfoEx(string lpLocaleName, uint Calendar, IntPtr lpReserved, uint CalType, IntPtr lpCalData, int cchData, IntPtr lpValue) | Interop.Kernel32 | package |
GetComputerName(ref char lpBuffer, ref uint nSize) | Interop.Kernel32 | private |
GetComputerName() | Interop.Kernel32 | inlinepackagestatic |
GetComputerName(ref char lpBuffer, ref uint nSize) | Interop.Kernel32 | private |
GetComputerName() | Interop.Kernel32 | inlinepackagestatic |
GetConsoleCP() | Interop.Kernel32 | package |
GetConsoleCP() | Interop.Kernel32 | package |
GetConsoleCursorInfo(IntPtr hConsoleOutput, out CONSOLE_CURSOR_INFO cci) | Interop.Kernel32 | package |
GetConsoleMode(IntPtr handle, out int mode) | Interop.Kernel32 | package |
GetConsoleOutputCP() | Interop.Kernel32 | package |
GetConsoleOutputCP() | Interop.Kernel32 | package |
GetConsoleScreenBufferInfo(IntPtr hConsoleOutput, out CONSOLE_SCREEN_BUFFER_INFO lpConsoleScreenBufferInfo) | Interop.Kernel32 | package |
GetConsoleTitleW(char *title, uint nSize) | Interop.Kernel32 | package |
GetCPInfo(uint codePage, CPINFO *lpCpInfo) | Interop.Kernel32 | package |
GetCPInfoExW(uint CodePage, uint dwFlags, CPINFOEXW *lpCPInfoEx) | Interop.Kernel32 | private |
GetCPInfoExW(uint CodePage, uint dwFlags, CPINFOEXW *lpCPInfoEx) | Interop.Kernel32 | private |
GetCPInfoExW(uint CodePage, uint dwFlags, CPINFOEXW *lpCPInfoEx) | Interop.Kernel32 | private |
GetCurrentDirectory(uint nBufferLength, ref char lpBuffer) | Interop.Kernel32 | package |
GetCurrentProcess() | Interop.Kernel32 | package |
GetCurrentProcess() | Interop.Kernel32 | package |
GetCurrentProcess() | Interop.Kernel32 | package |
GetCurrentProcess() | Interop.Kernel32 | package |
GetCurrentProcess() | Interop.Kernel32 | package |
GetCurrentProcessId() | Interop.Kernel32 | package |
GetCurrentThread() | Interop.Kernel32 | package |
GetDiskFreeSpaceEx(string drive, out long freeBytesForUser, out long totalBytes, out long freeBytes) | Interop.Kernel32 | package |
GetDriveType(string drive) | Interop.Kernel32 | package |
GetDynamicTimeZoneInformation(out TIME_DYNAMIC_ZONE_INFORMATION pTimeZoneInformation) | Interop.Kernel32 | package |
GetEnvironmentStringsW() | Interop.Kernel32 | package |
GetEnvironmentVariable(string lpName, ref char lpBuffer, uint nSize) | Interop.Kernel32 | package |
GetExitCodeProcess(SafeProcessHandle processHandle, out int exitCode) | Interop.Kernel32 | package |
GetFileAttributesEx(string name, GET_FILEEX_INFO_LEVELS fileInfoLevel, ref WIN32_FILE_ATTRIBUTE_DATA lpFileInformation) | Interop.Kernel32 | inlinepackagestatic |
GetFileAttributesEx(string name, GET_FILEEX_INFO_LEVELS fileInfoLevel, ref WIN32_FILE_ATTRIBUTE_DATA lpFileInformation) | Interop.Kernel32 | inlinepackagestatic |
GetFileAttributesExPrivate(string name, GET_FILEEX_INFO_LEVELS fileInfoLevel, ref WIN32_FILE_ATTRIBUTE_DATA lpFileInformation) | Interop.Kernel32 | private |
GetFileAttributesExPrivate(string name, GET_FILEEX_INFO_LEVELS fileInfoLevel, ref WIN32_FILE_ATTRIBUTE_DATA lpFileInformation) | Interop.Kernel32 | private |
GetFileInformationByHandleEx(SafeFileHandle hFile, int FileInformationClass, void *lpFileInformation, uint dwBufferSize) | Interop.Kernel32 | package |
GetFileType(IntPtr hFile) | Interop.Kernel32 | package |
GetFileType(SafeHandle hFile) | Interop.Kernel32 | package |
GetFileType(SafeHandle hFile) | Interop.Kernel32 | package |
GetFinalPathNameByHandle(SafeFileHandle hFile, char *lpszFilePath, uint cchFilePath, uint dwFlags) | Interop.Kernel32 | package |
GetFullPathNameW(ref char lpFileName, uint nBufferLength, ref char lpBuffer, IntPtr lpFilePart) | Interop.Kernel32 | package |
GetGeoInfo(int location, int geoType, char *lpGeoData, int cchData, int LangId) | Interop.Kernel32 | package |
GetLargestConsoleWindowSize(IntPtr hConsoleOutput) | Interop.Kernel32 | package |
GetLastError() | Interop.Kernel32 | package |
GetLeadByteRanges(int codePage, byte[] leadByteRanges) | Interop.Kernel32 | inlinepackagestatic |
GetLeadByteRanges(int codePage, byte[] leadByteRanges) | Interop.Kernel32 | inlinepackagestatic |
GetLocaleInfoEx(string lpLocaleName, uint LCType, void *lpLCData, int cchData) | Interop.Kernel32 | package |
GetLogicalDrives() | Interop.Kernel32 | package |
GetLogicalDrives() | Interop.Kernel32 | package |
GetLongPathNameW(ref char lpszShortPath, ref char lpszLongPath, uint cchBuffer) | Interop.Kernel32 | package |
GetMessage(int errorCode) | Interop.Kernel32 | inlinepackagestatic |
GetMessage(int errorCode, IntPtr moduleHandle) | Interop.Kernel32 | inlinepackagestatic |
GetMessage(int errorCode) | Interop.Kernel32 | inlinepackagestatic |
GetMessage(int errorCode, IntPtr moduleHandle) | Interop.Kernel32 | inlinepackagestatic |
GetMessage(int errorCode) | Interop.Kernel32 | inlinepackagestatic |
GetMessage(int errorCode, IntPtr moduleHandle) | Interop.Kernel32 | inlinepackagestatic |
GetMessage(int errorCode) | Interop.Kernel32 | inlinepackagestatic |
GetMessage(int errorCode, IntPtr moduleHandle) | Interop.Kernel32 | inlinepackagestatic |
GetMessage(int errorCode) | Interop.Kernel32 | inlinepackagestatic |
GetMessage(int errorCode, IntPtr moduleHandle) | Interop.Kernel32 | inlinepackagestatic |
GetMessage(int errorCode) | Interop.Kernel32 | inlinepackagestatic |
GetMessage(int errorCode, IntPtr moduleHandle) | Interop.Kernel32 | inlinepackagestatic |
GetMessage(int errorCode) | Interop.Kernel32 | inlinepackagestatic |
GetMessage(int errorCode, IntPtr moduleHandle) | Interop.Kernel32 | inlinepackagestatic |
GetMessage(int errorCode) | Interop.Kernel32 | inlinepackagestatic |
GetMessage(int errorCode, IntPtr moduleHandle) | Interop.Kernel32 | inlinepackagestatic |
GetMessage(int errorCode) | Interop.Kernel32 | inlinepackagestatic |
GetMessage(int errorCode, IntPtr moduleHandle) | Interop.Kernel32 | inlinepackagestatic |
GetMessage(int errorCode) | Interop.Kernel32 | inlinepackagestatic |
GetMessage(int errorCode, IntPtr moduleHandle) | Interop.Kernel32 | inlinepackagestatic |
GetMessage(int errorCode) | Interop.Kernel32 | inlinepackagestatic |
GetMessage(int errorCode, IntPtr moduleHandle) | Interop.Kernel32 | inlinepackagestatic |
GetModuleBaseName(SafeProcessHandle processHandle, IntPtr moduleHandle, [Out] char[] baseName, int size) | Interop.Kernel32 | package |
GetModuleFileName(IntPtr hModule, ref char lpFilename, uint nSize) | Interop.Kernel32 | package |
GetModuleFileNameEx(SafeProcessHandle processHandle, IntPtr moduleHandle, [Out] char[] baseName, int size) | Interop.Kernel32 | package |
GetModuleInformation(SafeProcessHandle processHandle, IntPtr moduleHandle, out NtModuleInfo ntModuleInfo, int size) | Interop.Kernel32 | private |
GetModuleInformation(SafeProcessHandle processHandle, IntPtr moduleHandle, out NtModuleInfo ntModuleInfo) | Interop.Kernel32 | inlinepackagestatic |
GetNamedPipeHandleStateW(SafePipeHandle hNamedPipe, uint *lpState, uint *lpCurInstances, uint *lpMaxCollectionCount, uint *lpCollectDataTimeout, char *lpUserName, uint nMaxUserNameSize) | Interop.Kernel32 | package |
GetNamedPipeInfo(SafePipeHandle hNamedPipe, uint *lpFlags, uint *lpOutBufferSize, uint *lpInBufferSize, uint *lpMaxInstances) | Interop.Kernel32 | package |
GetNativeSystemInfo(out SYSTEM_INFO lpSystemInfo) | Interop.Kernel32 | package |
GetNLSVersionEx(int function, string localeName, NlsVersionInfoEx *lpVersionInformation) | Interop.Kernel32 | package |
GetOverlappedResult(SafeFileHandle hFile, NativeOverlapped *lpOverlapped, ref int lpNumberOfBytesTransferred, bool bWait) | Interop.Kernel32 | package |
GetPriorityClass(SafeProcessHandle handle) | Interop.Kernel32 | package |
GetProcessAffinityMask(SafeProcessHandle handle, out IntPtr processMask, out IntPtr systemMask) | Interop.Kernel32 | package |
GetProcessId(SafeProcessHandle nativeHandle) | Interop.Kernel32 | |
GetProcessMemoryInfo(IntPtr Process, ref PROCESS_MEMORY_COUNTERS ppsmemCounters, uint cb) | Interop.Kernel32 | package |
GetProcessPriorityBoost(SafeProcessHandle handle, out bool disabled) | Interop.Kernel32 | package |
GetProcessTimes(SafeProcessHandle handle, out long creation, out long exit, out long kernel, out long user) | Interop.Kernel32 | package |
GetProcessTimes(IntPtr handleProcess, out long creation, out long exit, out long kernel, out long user) | Interop.Kernel32 | package |
GetProcessWorkingSetSizeEx(SafeProcessHandle handle, out IntPtr min, out IntPtr max, out int flags) | Interop.Kernel32 | package |
GetQueuedCompletionStatus(IntPtr CompletionPort, out int lpNumberOfBytes, out UIntPtr CompletionKey, out IntPtr lpOverlapped, int dwMilliseconds) | Interop.Kernel32 | package |
GetStdHandle(int nStdHandle) | Interop.Kernel32 | package |
GetStdHandle(int nStdHandle) | Interop.Kernel32 | package |
GetStdHandle(int nStdHandle) | Interop.Kernel32 | package |
GetSystemDirectoryW(ref char lpBuffer, uint uSize) | Interop.Kernel32 | package |
GetSystemInfo(out SYSTEM_INFO lpSystemInfo) | Interop.Kernel32 | package |
GetSystemInfo(out SYSTEM_INFO lpSystemInfo) | Interop.Kernel32 | package |
GetSystemInfo(out SYSTEM_INFO lpSystemInfo) | Interop.Kernel32 | package |
GetSystemTime(SYSTEMTIME *lpSystemTime) | Interop.Kernel32 | package |
GetSystemTimes(out long idle, out long kernel, out long user) | Interop.Kernel32 | package |
GetTempFileNameW(ref char lpPathName, string lpPrefixString, uint uUnique, ref char lpTempFileName) | Interop.Kernel32 | package |
GetTempPathW(int bufferLen, ref char buffer) | Interop.Kernel32 | package |
GetThreadPriority(SafeThreadHandle handle) | Interop.Kernel32 | package |
GetThreadPriorityBoost(SafeThreadHandle handle, out bool disabled) | Interop.Kernel32 | package |
GetThreadTimes(SafeThreadHandle handle, out long creation, out long exit, out long kernel, out long user) | Interop.Kernel32 | package |
GetTimeZoneInformation(out TIME_ZONE_INFORMATION lpTimeZoneInformation) | Interop.Kernel32 | package |
GetUserGeoID(int geoClass) | Interop.Kernel32 | package |
GetUserPreferredUILanguages(uint dwFlags, uint *pulNumLanguages, char *pwszLanguagesBuffer, uint *pcchLanguagesBuffer) | Interop.Kernel32 | package |
GetVolumeInformation(string drive, char *volumeName, int volumeNameBufLen, int *volSerialNumber, int *maxFileNameLen, out int fileSystemFlags, char *fileSystemName, int fileSystemNameBufLen) | Interop.Kernel32 | package |
GetVolumeInformation(string drive, char *volumeName, int volumeNameBufLen, int *volSerialNumber, int *maxFileNameLen, out int fileSystemFlags, char *fileSystemName, int fileSystemNameBufLen) | Interop.Kernel32 | package |
GlobalMemoryStatusEx(MEMORYSTATUSEX *lpBuffer) | Interop.Kernel32 | package |
GlobalMemoryStatusEx(MEMORYSTATUSEX *lpBuffer) | Interop.Kernel32 | package |
HandleFlags enum name | Interop.Kernel32 | package |
InitializeConditionVariable(CONDITION_VARIABLE *ConditionVariable) | Interop.Kernel32 | package |
InitializeCriticalSection(CRITICAL_SECTION *lpCriticalSection) | Interop.Kernel32 | package |
IsGetConsoleModeCallSuccessful(IntPtr handle) | Interop.Kernel32 | inlinepackagestatic |
IsNLSDefinedString(int Function, uint dwFlags, IntPtr lpVersionInformation, char *lpString, int cchStr) | Interop.Kernel32 | package |
IsWow64Process(IntPtr hProcess, out bool Wow64Process) | Interop.Kernel32 | package |
IsWow64Process(SafeProcessHandle hProcess, out bool Wow64Process) | Interop.Kernel32 | package |
LCIDToLocaleName(int locale, char *pLocaleName, int cchName, uint dwFlags) | Interop.Kernel32 | package |
LCMapStringEx(string lpLocaleName, uint dwMapFlags, char *lpSrcStr, int cchSrc, void *lpDestStr, int cchDest, void *lpVersionInformation, void *lpReserved, IntPtr sortHandle) | Interop.Kernel32 | package |
LeaveCriticalSection(CRITICAL_SECTION *lpCriticalSection) | Interop.Kernel32 | package |
LoadLibraryEx(string libFilename, IntPtr reserved, int flags) | Interop.Kernel32 | package |
LoadLibraryEx(string libFilename, IntPtr reserved, int flags) | Interop.Kernel32 | package |
LoadLibraryEx(string libFilename, IntPtr reserved, int flags) | Interop.Kernel32 | package |
LoadLibraryEx(string libFilename, IntPtr reserved, int flags) | Interop.Kernel32 | package |
LocalAlloc(uint uFlags, nuint uBytes) | Interop.Kernel32 | package |
LocaleNameToLCID(string lpName, uint dwFlags) | Interop.Kernel32 | package |
LocalFree(IntPtr hMem) | Interop.Kernel32 | package |
LocalReAlloc(IntPtr hMem, nuint uBytes, uint uFlags) | Interop.Kernel32 | package |
LockFile(SafeFileHandle handle, int offsetLow, int offsetHigh, int countLow, int countHigh) | Interop.Kernel32 | package |
MapViewOfFile(SafeMemoryMappedFileHandle hFileMappingObject, int dwDesiredAccess, int dwFileOffsetHigh, int dwFileOffsetLow, UIntPtr dwNumberOfBytesToMap) | Interop.Kernel32 | package |
MoveFile(string src, string dst, bool overwrite) | Interop.Kernel32 | inlinepackagestatic |
MoveFileExPrivate(string src, string dst, uint flags) | Interop.Kernel32 | private |
MultiByteToWideChar(uint CodePage, uint dwFlags, byte *lpMultiByteStr, int cbMultiByte, char *lpWideCharStr, int cchWideChar) | Interop.Kernel32 | package |
MultiByteToWideChar(uint CodePage, uint dwFlags, byte *lpMultiByteStr, int cbMultiByte, char *lpWideCharStr, int cchWideChar) | Interop.Kernel32 | package |
MultiByteToWideChar(uint CodePage, uint dwFlags, byte *lpMultiByteStr, int cbMultiByte, char *lpWideCharStr, int cchWideChar) | Interop.Kernel32 | package |
OpenEvent(uint desiredAccess, bool inheritHandle, string name) | Interop.Kernel32 | package |
OpenFileMapping(int dwDesiredAccess, [MarshalAs(UnmanagedType.Bool)] bool bInheritHandle, string lpName) | Interop.Kernel32 | package |
OpenMutex(uint desiredAccess, bool inheritHandle, string name) | Interop.Kernel32 | package |
OpenProcess(int access, bool inherit, int processId) | Interop.Kernel32 | package |
OpenSemaphore(uint desiredAccess, bool inheritHandle, string name) | Interop.Kernel32 | package |
OpenThread(int access, bool inherit, int threadId) | Interop.Kernel32 | package |
OutputDebugString(string message) | Interop.Kernel32 | package |
PeekConsoleInput(IntPtr hConsoleInput, out InputRecord buffer, int numInputRecords_UseOne, out int numEventsRead) | Interop.Kernel32 | package |
PostQueuedCompletionStatus(IntPtr CompletionPort, int dwNumberOfBytesTransferred, UIntPtr CompletionKey, IntPtr lpOverlapped) | Interop.Kernel32 | package |
ProcessorArchitecture enum name | Interop.Kernel32 | package |
QueryPerformanceCounter(long *lpPerformanceCount) | Interop.Kernel32 | package |
QueryPerformanceFrequency(long *lpFrequency) | Interop.Kernel32 | package |
QueryUnbiasedInterruptTime(out ulong UnbiasedTime) | Interop.Kernel32 | package |
ReadConsole(IntPtr hConsoleInput, byte *lpBuffer, int nNumberOfCharsToRead, out int lpNumberOfCharsRead, IntPtr pInputControl) | Interop.Kernel32 | package |
ReadConsoleInput(IntPtr hConsoleInput, out InputRecord buffer, int numInputRecords_UseOne, out int numEventsRead) | Interop.Kernel32 | package |
ReadConsoleOutput(IntPtr hConsoleOutput, CHAR_INFO *pBuffer, COORD bufferSize, COORD bufferCoord, ref SMALL_RECT readRegion) | Interop.Kernel32 | package |
ReadDirectoryChangesW(SafeFileHandle hDirectory, byte[] lpBuffer, uint nBufferLength, bool bWatchSubtree, uint dwNotifyFilter, uint *lpBytesReturned, NativeOverlapped *lpOverlapped, void *lpCompletionRoutine) | Interop.Kernel32 | package |
ReadFile(IntPtr handle, byte *bytes, int numBytesToRead, out int numBytesRead, IntPtr mustBeZero) | Interop.Kernel32 | package |
ReadFile(SafeHandle handle, byte *bytes, int numBytesToRead, out int numBytesRead, IntPtr mustBeZero) | Interop.Kernel32 | package |
ReadFile(SafeHandle handle, byte *bytes, int numBytesToRead, IntPtr numBytesRead_mustBeZero, NativeOverlapped *overlapped) | Interop.Kernel32 | package |
ReadFile(SafeHandle handle, byte *bytes, int numBytesToRead, IntPtr numBytesRead_mustBeZero, NativeOverlapped *overlapped) | Interop.Kernel32 | package |
ReadFile(SafeHandle handle, byte *bytes, int numBytesToRead, out int numBytesRead, NativeOverlapped *overlapped) | Interop.Kernel32 | package |
ReadFileScatter(SafeHandle hFile, long *aSegmentArray, int nNumberOfBytesToRead, IntPtr lpReserved, NativeOverlapped *lpOverlapped) | Interop.Kernel32 | package |
ReleaseMutex(SafeWaitHandle handle) | Interop.Kernel32 | package |
ReleaseSemaphore(SafeWaitHandle handle, int releaseCount, out int previousCount) | Interop.Kernel32 | package |
RemoveDirectory(string path) | Interop.Kernel32 | inlinepackagestatic |
RemoveDirectoryPrivate(string path) | Interop.Kernel32 | private |
ReplaceFile(string replacedFileName, string replacementFileName, string backupFileName, int dwReplaceFlags, IntPtr lpExclude, IntPtr lpReserved) | Interop.Kernel32 | inlinepackagestatic |
ReplaceFilePrivate(string replacedFileName, string replacementFileName, string backupFileName, int dwReplaceFlags, IntPtr lpExclude, IntPtr lpReserved) | Interop.Kernel32 | private |
ResetEvent(SafeWaitHandle handle) | Interop.Kernel32 | package |
ResolveLocaleName(string lpNameToResolve, char *lpLocaleName, int cchLocaleName) | Interop.Kernel32 | package |
SetConsoleCP(int codePage) | Interop.Kernel32 | package |
SetConsoleCtrlHandler(delegate *unmanaged< int, BOOL > HandlerRoutine, bool Add) | Interop.Kernel32 | package |
SetConsoleCursorInfo(IntPtr hConsoleOutput, ref CONSOLE_CURSOR_INFO cci) | Interop.Kernel32 | package |
SetConsoleCursorPosition(IntPtr hConsoleOutput, COORD cursorPosition) | Interop.Kernel32 | package |
SetConsoleMode(IntPtr handle, int mode) | Interop.Kernel32 | package |
SetConsoleOutputCP(int codePage) | Interop.Kernel32 | package |
SetConsoleScreenBufferSize(IntPtr hConsoleOutput, COORD size) | Interop.Kernel32 | package |
SetConsoleTextAttribute(IntPtr hConsoleOutput, short wAttributes) | Interop.Kernel32 | package |
SetConsoleTitle(string title) | Interop.Kernel32 | package |
SetConsoleWindowInfo(IntPtr hConsoleOutput, bool absolute, SMALL_RECT *consoleWindow) | Interop.Kernel32 | package |
SetCurrentDirectory(string path) | Interop.Kernel32 | package |
SetEnvironmentVariable(string lpName, string lpValue) | Interop.Kernel32 | package |
SetEvent(SafeWaitHandle handle) | Interop.Kernel32 | package |
SetFileAttributes(string name, int attr) | Interop.Kernel32 | inlinepackagestatic |
SetFileAttributesPrivate(string name, int attr) | Interop.Kernel32 | private |
SetFileCompletionNotificationModes(SafeHandle handle, FileCompletionNotificationModes flags) | Interop.Kernel32 | package |
SetFileCompletionNotificationModes(SafeHandle handle, FileCompletionNotificationModes flags) | Interop.Kernel32 | package |
SetFileInformationByHandle(SafeFileHandle hFile, int FileInformationClass, void *lpFileInformation, uint dwBufferSize) | Interop.Kernel32 | package |
SetFilePointerEx(SafeFileHandle hFile, long liDistanceToMove, out long lpNewFilePointer, uint dwMoveMethod) | Interop.Kernel32 | package |
SetHandleInformation(SafeHandle hObject, HandleFlags dwMask, HandleFlags dwFlags) | Interop.Kernel32 | package |
SetLastError(int errorCode) | Interop.Kernel32 | package |
SetNamedPipeHandleState(SafePipeHandle hNamedPipe, int *lpMode, IntPtr lpMaxCollectionCount, IntPtr lpCollectDataTimeout) | Interop.Kernel32 | package |
SetPriorityClass(SafeProcessHandle handle, int priorityClass) | Interop.Kernel32 | package |
SetProcessAffinityMask(SafeProcessHandle handle, IntPtr mask) | Interop.Kernel32 | package |
SetProcessPriorityBoost(SafeProcessHandle handle, bool disabled) | Interop.Kernel32 | package |
SetProcessWorkingSetSizeEx(SafeProcessHandle handle, IntPtr min, IntPtr max, int flags) | Interop.Kernel32 | package |
SetThreadAffinityMask(SafeThreadHandle handle, IntPtr mask) | Interop.Kernel32 | package |
SetThreadErrorMode(uint dwNewMode, out uint lpOldMode) | Interop.Kernel32 | package |
SetThreadErrorMode(uint dwNewMode, out uint lpOldMode) | Interop.Kernel32 | package |
SetThreadErrorMode(uint dwNewMode, out uint lpOldMode) | Interop.Kernel32 | package |
SetThreadIdealProcessor(SafeThreadHandle handle, int processor) | Interop.Kernel32 | package |
SetThreadPriority(SafeThreadHandle handle, int priority) | Interop.Kernel32 | package |
SetThreadPriorityBoost(SafeThreadHandle handle, bool disabled) | Interop.Kernel32 | package |
SetVolumeLabel(string driveLetter, string volumeName) | Interop.Kernel32 | package |
SleepConditionVariableCS(CONDITION_VARIABLE *ConditionVariable, CRITICAL_SECTION *CriticalSection, int dwMilliseconds) | Interop.Kernel32 | package |
SystemTimeToFileTime(SYSTEMTIME *lpSystemTime, ulong *lpFileTime) | Interop.Kernel32 | package |
TerminateProcess(SafeProcessHandle processHandle, int exitCode) | Interop.Kernel32 | package |
TryGetACPCodePage(out int codePage) | Interop.Kernel32 | inlinepackagestatic |
TzSpecificLocalTimeToSystemTime(IntPtr lpTimeZoneInformation, SYSTEMTIME *lpLocalTime, SYSTEMTIME *lpUniversalTime) | Interop.Kernel32 | package |
UnlockFile(SafeFileHandle handle, int offsetLow, int offsetHigh, int countLow, int countHigh) | Interop.Kernel32 | package |
UnmapViewOfFile(IntPtr lpBaseAddress) | Interop.Kernel32 | package |
VerifyVersionInfoW(ref OSVERSIONINFOEX lpVersionInfo, uint dwTypeMask, ulong dwlConditionMask) | Interop.Kernel32 | package |
VerLanguageName(uint wLang, char *szLang, uint cchLang) | Interop.Kernel32 | package |
VerSetConditionMask(ulong ConditionMask, uint TypeMask, byte Condition) | Interop.Kernel32 | package |
VirtualAlloc(SafeHandle lpAddress, UIntPtr dwSize, int flAllocationType, int flProtect) | Interop.Kernel32 | package |
VirtualAlloc(void *lpAddress, UIntPtr dwSize, int flAllocationType, int flProtect) | Interop.Kernel32 | package |
VirtualFree(void *lpAddress, UIntPtr dwSize, int dwFreeType) | Interop.Kernel32 | package |
VirtualQuery(SafeHandle lpAddress, ref MEMORY_BASIC_INFORMATION lpBuffer, UIntPtr dwLength) | Interop.Kernel32 | package |
VirtualQuery(void *lpAddress, ref MEMORY_BASIC_INFORMATION lpBuffer, UIntPtr dwLength) | Interop.Kernel32 | package |
WaitNamedPipe(string name, int timeout) | Interop.Kernel32 | package |
WakeConditionVariable(CONDITION_VARIABLE *ConditionVariable) | Interop.Kernel32 | package |
WideCharToMultiByte(uint CodePage, uint dwFlags, char *lpWideCharStr, int cchWideChar, byte *lpMultiByteStr, int cbMultiByte, IntPtr lpDefaultChar, IntPtr lpUsedDefaultChar) | Interop.Kernel32 | package |
WideCharToMultiByte(uint CodePage, uint dwFlags, char *lpWideCharStr, int cchWideChar, byte *lpMultiByteStr, int cbMultiByte, IntPtr lpDefaultChar, IntPtr lpUsedDefaultChar) | Interop.Kernel32 | package |
WideCharToMultiByte(uint CodePage, uint dwFlags, char *lpWideCharStr, int cchWideChar, byte *lpMultiByteStr, int cbMultiByte, IntPtr lpDefaultChar, IntPtr lpUsedDefaultChar) | Interop.Kernel32 | package |
WriteConsole(IntPtr hConsoleOutput, byte *lpBuffer, int nNumberOfCharsToWrite, out int lpNumberOfCharsWritten, IntPtr lpReservedMustBeNull) | Interop.Kernel32 | package |
WriteConsoleOutput(IntPtr hConsoleOutput, CHAR_INFO *buffer, COORD bufferSize, COORD bufferCoord, ref SMALL_RECT writeRegion) | Interop.Kernel32 | package |
WriteFile(IntPtr handle, byte *bytes, int numBytesToWrite, out int numBytesWritten, IntPtr mustBeZero) | Interop.Kernel32 | package |
WriteFile(SafeHandle handle, byte *bytes, int numBytesToWrite, out int numBytesWritten, IntPtr mustBeZero) | Interop.Kernel32 | package |
WriteFile(SafeHandle handle, byte *bytes, int numBytesToWrite, IntPtr numBytesWritten_mustBeZero, NativeOverlapped *lpOverlapped) | Interop.Kernel32 | package |
WriteFile(SafeHandle handle, byte *bytes, int numBytesToWrite, IntPtr numBytesWritten_mustBeZero, NativeOverlapped *lpOverlapped) | Interop.Kernel32 | package |
WriteFile(SafeHandle handle, byte *bytes, int numBytesToWrite, out int numBytesWritten, NativeOverlapped *lpOverlapped) | Interop.Kernel32 | package |
WriteFile(IntPtr handle, byte *bytes, int numBytesToWrite, out int numBytesWritten, IntPtr mustBeZero) | Interop.Kernel32 | package |
WriteFileGather(SafeHandle hFile, long *aSegmentArray, int nNumberOfBytesToWrite, IntPtr lpReserved, NativeOverlapped *lpOverlapped) | Interop.Kernel32 | package |