C# 클래스 CsDebugScript.CLR.ClrException

CLR code Exception. This is valid only if there is CLR loaded into debugging process.
상속: Variable
파일 보기 프로젝트 열기: southpolenator/WinDbgCs

공개 메소드들

메소드 설명
ClrException ( Variable variable ) : System

Initializes a new instance of the ClrException class.

ToString ( ) : string

Returns a System.String that represents this instance.

비공개 메소드들

메소드 설명
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.

메소드 상세

ClrException() 공개 메소드

Initializes a new instance of the ClrException class.
public ClrException ( Variable variable ) : System
variable Variable The variable.
리턴 System

ToString() 공개 메소드

Returns a System.String that represents this instance.
public ToString ( ) : string
리턴 string