Table of Contents

Class NativeMethods

Namespace
Microsoft.Samples.Debugging.CorDebug
Assembly
corapi.dll
public static class NativeMethods
Inheritance
NativeMethods

Fields

LOAD_LIBRARY_SEARCH_DEFAULT_DIRS
LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR
MAX_PATH
SW_HIDE
WAIT_FAILED
WAIT_TIMEOUT

Methods

CLRCreateInstance(ref Guid, ref Guid, out object)
CloseHandle(IntPtr)
CoCreateInstance(ref Guid, IntPtr, int, ref Guid, out ICorDebug)
CreateDebuggingInterfaceFromVersion(int, string)
FreeLibrary(IntPtr)
GetProcAddress(IntPtr, string)
GetRequestedRuntimeVersion(string, StringBuilder, int, out int)
GetVersionFromProcess(ProcessSafeHandle, StringBuilder, int, out int)
LoadLibraryEx(string, IntPtr, uint)
OpenProcess(int, bool, int)
QueryFullProcessImageName(ProcessSafeHandle, int, StringBuilder, ref int)
ResumeThread(IntPtr)
SHCreateStreamOnFile(string, Stgm, out IStream)
SHCreateStreamOnFileEx(string, Stgm, int, bool, IntPtr, out IStream)
SetEvent(IntPtr)
TerminateProcess(IntPtr, uint)
WaitForSingleObject(IntPtr, uint)