C# 클래스 Mono.Debugger.Languages.Mono.MonoStringType

상속: Mono.Debugger.Languages.Mono.MonoFundamentalType
파일 보기 프로젝트 열기: baulig/debugger 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ObjectSize int

보호된 프로퍼티들

프로퍼티 타입 설명
CreateString TargetAddress

공개 메소드들

메소드 설명
Create ( MonoSymbolFile corlib, TargetMemoryAccess memory ) : MonoStringType
CreateObject ( object obj ) : byte[]

보호된 메소드들

메소드 설명
DoGetObject ( TargetMemoryAccess target, TargetLocation location ) : TargetObject

비공개 메소드들

메소드 설명
CreateInstance ( System.Thread thread, object obj ) : TargetFundamentalObject
MonoStringType ( MonoSymbolFile file, Mono.Cecil typedef, int object_size, int size ) : System

메소드 상세

Create() 공개 정적인 메소드

public static Create ( MonoSymbolFile corlib, TargetMemoryAccess memory ) : MonoStringType
corlib Mono.Debugger.Backend.Mono.MonoSymbolFile
memory TargetMemoryAccess
리턴 MonoStringType

CreateObject() 공개 메소드

public CreateObject ( object obj ) : byte[]
obj object
리턴 byte[]

DoGetObject() 보호된 메소드

protected DoGetObject ( TargetMemoryAccess target, TargetLocation location ) : TargetObject
target TargetMemoryAccess
location TargetLocation
리턴 TargetObject

프로퍼티 상세

CreateString 보호되어 있는 프로퍼티

protected TargetAddress CreateString
리턴 TargetAddress

ObjectSize 공개적으로 프로퍼티

public int ObjectSize
리턴 int