C# Class CsDebugScript.CLR.ClrException

CLR code Exception. This is valid only if there is CLR loaded into debugging process.
Inheritance: Variable
Afficher le fichier Open project: southpolenator/WinDbgCs

Méthodes publiques

Méthode Description
ClrException ( Variable variable ) : System

Initializes a new instance of the ClrException class.

ToString ( ) : string

Returns a System.String that represents this instance.

Private Methods

Méthode Description
ClrException ( ClrThread clrThread, Microsoft clrException ) : System

Initializes a new instance of the ClrException class.

GetString ( string stringFieldName ) : string

Gets the string from the specified string field given by name.

ReadPointer ( byte buffer, int offset, int pointerSize ) : ulong

Reads the pointer from the specified buffer.

Method Details

ClrException() public méthode

Initializes a new instance of the ClrException class.
public ClrException ( Variable variable ) : System
variable Variable The variable.
Résultat System

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( ) : string
Résultat string