C# 클래스 XLibrary.XNode

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

공개 프로퍼티들

프로퍼티 타입 설명
CSharp byte[]
External bool
ID int
IsAnon bool
Lines long
Msil List
Name string
Nodes List
ObjType XObjType
ParamIDs int[]
ParamNames string[]
Parent XNode
PlainCSharp string
PlainMsil string
ReturnID int

공개 메소드들

메소드 설명
FullName ( bool excludeFile = false ) : string
GetParentClass ( bool rootClass ) : XNode

메소드 상세

FullName() 공개 메소드

public FullName ( bool excludeFile = false ) : string
excludeFile bool
리턴 string

GetParentClass() 공개 메소드

public GetParentClass ( bool rootClass ) : XNode
rootClass bool
리턴 XNode

프로퍼티 상세

CSharp 공개적으로 프로퍼티

public byte[] CSharp
리턴 byte[]

External 공개적으로 프로퍼티

public bool External
리턴 bool

ID 공개적으로 프로퍼티

public int ID
리턴 int

IsAnon 공개적으로 프로퍼티

public bool IsAnon
리턴 bool

Lines 공개적으로 프로퍼티

public long Lines
리턴 long

Msil 공개적으로 프로퍼티

public List Msil
리턴 List

Name 공개적으로 프로퍼티

public string Name
리턴 string

Nodes 공개적으로 프로퍼티

public List Nodes
리턴 List

ObjType 공개적으로 프로퍼티

public XObjType ObjType
리턴 XObjType

ParamIDs 공개적으로 프로퍼티

public int[] ParamIDs
리턴 int[]

ParamNames 공개적으로 프로퍼티

public string[] ParamNames
리턴 string[]

Parent 공개적으로 프로퍼티

public XNode,XLibrary Parent
리턴 XNode

PlainCSharp 공개적으로 프로퍼티

public string PlainCSharp
리턴 string

PlainMsil 공개적으로 프로퍼티

public string PlainMsil
리턴 string

ReturnID 공개적으로 프로퍼티

public int ReturnID
리턴 int