C# 클래스 CsDebugScript.CodeFunction

Wrapper class that represents a function pointer.
파일 보기 프로젝트 열기: southpolenator/WinDbgCs 1 사용 예제들

공개 메소드들

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

Initializes a new instance of the CodeFunction class.

CodeFunction ( ulong address, Process process = null ) : System

Initializes a new instance of the CodeFunction class.

ToString ( ) : string

Returns a System.String that represents this instance.

비공개 메소드들

메소드 설명
ReadFunctionNameAndDisplacement ( ) : ulong>.Tuple

Reads the function name and displacement.

ReadSourceFileNameAndLine ( ) : Tuple

Reads the name of the source file, line and displacement.

VerifyCodeType ( CodeType codeType ) : bool

Verifies if the specified code type is correct for this class.

메소드 상세

CodeFunction() 공개 메소드

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

CodeFunction() 공개 메소드

Initializes a new instance of the CodeFunction class.
public CodeFunction ( ulong address, Process process = null ) : System
address ulong The function address.
process Process The process.
리턴 System

ToString() 공개 메소드

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