Namespace CilTools.Runtime
Classes
ClrAssemblyInfo
Represents an assembly in the external CLR instance
ClrAssemblyReader
Reads information about assemblies in the CLR isntances of external processes using ClrMD
ClrConstructorInfo
Represents information about the constructor in an external CLR instance
ClrMethodInfo
Represents information about the method in an external CLR instance
ClrStackFrameInfo
Represents a single frame in the callstack of .NET application. The stack frame contains information about the called method and the location of the IL code executed within that method
ClrThreadInfo
Represents the information about the managed thread in the external process CLR instance
DynamicMethodsAssembly
Represents the pseudo-assembly that contains a collection of dynamic methods in the external process