C# 클래스 XLibrary.XNodeIn

상속: XNode
파일 보기 프로젝트 열기: swax/CodePerspective 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CSharpLength int
CSharpPos long
MsilLines int
MsilPos long
Record InstanceRecord
UnformattedName string

공개 메소드들

메소드 설명
GetMethodName ( bool includeClass ) : string
ReadNextPacket ( FileStream stream, int &totalSize ) : XPacketType
ReadNode ( FileStream stream ) : XNodeIn
ReadSetting ( FileStream stream, string &name, string &value ) : void
ReadString ( FileStream stream ) : string

비공개 메소드들

메소드 설명
AddFunctionCall ( SharedDictionary &map, int nodeId, FunctionCall call ) : void
DecrementHits ( ) : void
GetMethodCode ( ) : string
GetParentChain ( ) : XLibrary.XNodeIn[]
LoadCSharp ( ) : bool
LoadMsil ( ) : bool

메소드 상세

GetMethodName() 공개 메소드

public GetMethodName ( bool includeClass ) : string
includeClass bool
리턴 string

ReadNextPacket() 공개 정적인 메소드

public static ReadNextPacket ( FileStream stream, int &totalSize ) : XPacketType
stream System.IO.FileStream
totalSize int
리턴 XPacketType

ReadNode() 공개 정적인 메소드

public static ReadNode ( FileStream stream ) : XNodeIn
stream System.IO.FileStream
리턴 XNodeIn

ReadSetting() 공개 정적인 메소드

public static ReadSetting ( FileStream stream, string &name, string &value ) : void
stream System.IO.FileStream
name string
value string
리턴 void

ReadString() 공개 정적인 메소드

public static ReadString ( FileStream stream ) : string
stream System.IO.FileStream
리턴 string

프로퍼티 상세

CSharpLength 공개적으로 프로퍼티

public int CSharpLength
리턴 int

CSharpPos 공개적으로 프로퍼티

public long CSharpPos
리턴 long

MsilLines 공개적으로 프로퍼티

public int MsilLines
리턴 int

MsilPos 공개적으로 프로퍼티

public long MsilPos
리턴 long

Record 공개적으로 프로퍼티

public InstanceRecord,XLibrary Record
리턴 InstanceRecord

UnformattedName 공개적으로 프로퍼티

public string UnformattedName
리턴 string