CorDebugger
CorDebugger()
Processes
CreateProcess(String, String)
CreateProcess(String, String, String)
CreateProcess(String, String, String, Int32)
CreateProcess(String, String, SECURITY_ATTRIBUTES, SECURITY_ATTRIBUTES, Boolean, Int32, Int32, String, STARTUPINFO, PROCESS_INFORMATION, CorDebugCreateProcessFlags)
DebugActiveProcess(Int32, Boolean)
GetProcess(Int32)
SetManagedHandler(ICorDebugManagedCallback)
SetUnmanagedHandler(ICorDebugUnmanagedCallback)
Terminate()
net11
namespace Debugging
{
public class CorDebugger
{
public DebuggedProcess CreateProcess(string appName, string commandLine, ? processAttributes, ? threadAttributes, bool inheritHandles, int creationFlags, int environment, string currentDirectory, ? startupInfo, ref ? processInformation, ? debuggingFlags);
}
}
.NET Framework | 1.1 |
---|---|
Information specific to net11 | |
Assembly | Debugging , Version=1.0.5000.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | Your project needs an assembly reference to |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API