C# Class ManagedWin32.Api.Kernel32

Afficher le fichier Open project: MathewSachin/ManagedWin32

Méthodes publiques

Méthode Description
IsIntResource ( IntPtr lpszName ) : bool

Private Methods

Méthode Description
AllocConsole ( ) : bool
AttachConsole ( uint dwProcessId ) : bool
Beep ( int Frequency, int Duration ) : bool
BeginUpdateResource ( string pFileName, bool bDeleteExistingResources ) : IntPtr
CloseHandle ( IntPtr hObject ) : int
CopyFile ( string src, string dst, bool failIfExists ) : bool
CopyMemory ( IntPtr dest, IntPtr src, int length ) : void
CopyMemory ( RGBQuad dest, byte src, int cb ) : void
CreateProcess ( string lpApplicationName, string lpCommandLine, IntPtr lpProcessAttributes, IntPtr lpThreadAttributes, bool bInheritHandles, int dwCreationFlags, IntPtr lpEnvironment, string lpCurrentDirectory, StartUpInfo &lpStartupInfo, ProcessInfo &lpProcessInformation ) : bool
DeleteFile ( string path ) : bool
EndUpdateResource ( IntPtr hUpdate, bool fDiscard ) : bool
EnumResourceNames ( IntPtr hModule, ResourceType pType, EnumResNameProc callback, IntPtr param ) : bool
EnumResourceTypes ( IntPtr hModule, EnumResTypeProc callback, IntPtr lParam ) : bool
ExpandEnvironmentStrings ( string lpSrc, [ lpDst, int nSize ) : int
FindResource ( IntPtr hModule, IntPtr resourceID, ResourceType type ) : IntPtr
FindResource ( IntPtr hModule, string resourceID, ResourceType type ) : IntPtr
FormatMessage ( uint dwFlags, IntPtr lpSource, uint dwMessageId, uint dwLanguageId, [ lpBuffer, int nSize, IntPtr Arguments ) : uint
FreeLibrary ( IntPtr hModule ) : bool
GetComputerName ( [ nameBuffer, int &bufferSize ) : int
GetCurrentProcess ( ) : IntPtr
GetCurrentProcessId ( ) : uint
GetCurrentThread ( ) : IntPtr
GetDiskFreeSpaceEx ( string drive, long &freeBytesForUser, long &totalBytes, long &freeBytes ) : bool
GetDriveType ( string drive ) : int
GetEnvironmentVariable ( string lpName, [ lpValue, int size ) : int
GetLogicalDrives ( ) : int
GetModuleFileName ( IntPtr hModule, StringBuilder lpFilename, int nSize ) : int
GetModuleHandle ( string lpModuleName ) : IntPtr
GetProcAddress ( IntPtr hModule, string procedureName ) : IntPtr
GetProcessId ( IntPtr process ) : int
GetSystemDirectory ( [ sb, int length ) : int
GetTempFileName ( string tmpPath, string prefix, uint uniqueIdOrZero, [ tmpFileName ) : uint
GetTempPath ( int bufferLen, [ buffer ) : uint
GetThreadId ( IntPtr thread ) : int
GetWindowsDirectory ( [ sb, int length ) : int
IsWow64Process ( IntPtr hSourceProcessHandle, bool &isWow64 ) : bool
LoadLibrary ( string path ) : IntPtr
LoadLibrary ( string path, IntPtr hFile, LoadLibraryFlags flags ) : IntPtr
LoadResource ( IntPtr hModule, IntPtr hResInfo ) : IntPtr
LockResource ( IntPtr hResData ) : IntPtr
MoveFile ( string src, string dst ) : bool
OpenProcess ( ProcessAccess dwDesiredAccess, int bInheritHandle, uint dwProcessId ) : IntPtr
OpenThread ( ThreadAccess dwDesiredAccess, bool bInheritHandle, uint dwThreadId ) : IntPtr
QueryDosDevice ( string lpDeviceName, StringBuilder lpTargetPath, int ucchMax ) : int
QueryDosDevice ( string lpDeviceName, StringBuilder lpTargetPath, uint uuchMax ) : uint
QueryFullProcessImageName ( IntPtr hProcess, uint dwFlags, StringBuilder lpExeName, uint &lpdwSize ) : bool
ReadProcessMemory ( IntPtr hProcess, IntPtr lpBaseAddress, [ buffer, uint size, IntPtr &lpNumberOfBytesRead ) : int
RemoveDirectory ( string path ) : bool
ResumeThread ( IntPtr hThread ) : int
SetEnvironmentVariable ( string lpName, string lpValue ) : bool
SetLastError ( uint dwErrCode ) : void
SizeofResource ( IntPtr hModule, IntPtr hResInfo ) : int
SuspendThread ( IntPtr hThread ) : uint
UpdateResource ( IntPtr hUpdate, ResourceType lpType, IntPtr pName, ushort wLanguage, byte lpData, uint cbData ) : bool
UpdateResource ( IntPtr hUpdate, ResourceType lpType, uint lpName, ushort wLanguage, byte lpData, uint cbData ) : bool
WriteProcessMemory ( IntPtr hProcess, IntPtr lpBaseAddress, [ buffer, uint size, IntPtr &lpNumberOfBytesWritten ) : int
ZeroMemory ( IntPtr address, UIntPtr length ) : void

Method Details

IsIntResource() public static méthode

public static IsIntResource ( IntPtr lpszName ) : bool
lpszName System.IntPtr
Résultat bool