C# (CSharp) CsDebugScript Namespace

Nested Namespaces

CsDebugScript.CLR
CsDebugScript.CodeGen
CsDebugScript.CommonUserTypes
CsDebugScript.Engine
CsDebugScript.Exceptions
CsDebugScript.UI
CsDebugScript.VS

Classes

Name Description
BaseClassesArrayAttribute
CodeFunction Wrapper class that represents a function pointer.
ConsoleObjectWriter Helper class for writing objects to console during interactive scripting.
DebugEventInfo Class Describing Debugger Event.
DefaultObjectWriter Helper class for writing objects during interactive scripting. Set InteractiveScriptBase.ObjectWriter to change the effects of interactive scripting.
DerivedClassAttribute
Executor
InteractiveExecution
MemoryRegion Region of memory that application is using.
MemoryRegionFinder Helper class that is doing searches over memory regions to find where address is located.
MemoryRegionFinder.TriesElement Tries element for searching memory regions
Module Module of the debugging process.
ModuleVersion Represents the version of a Module.
Process The process being debugged.
ScriptCompiler
ScriptExecution Compiles and executes scripts
ScriptExecution.MetadataResolver Helper class to do metadata reference resolver for files.
ScriptExecution.SourceResolver Helper class to do source reference resolver for files.
StackFrame Stack frame of the process being debugged.
ThreadContext Thread context of the process being debugged.
ThreadContext.CONTEXT_X64
ThreadContext.CONTEXT_X86
ThreadContext.FLOATING_SAVE_AREA
ThreadContext.WOW64_CONTEXT
ThreadContext.WOW64_FLOATING_SAVE_AREA
ThreadContext.XMM_SAVE_AREA32
UserTypeAttribute
VoidType Wrapper class that represents a void type