C# 클래스 XBuilder.XNodeOut

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

공개 프로퍼티들

프로퍼티 타입 설명
AnonClasses int
AnonFuncs int
ClassDependencies HashSet
Exclude bool
Indent int
IndentString string
InitCount int
NextID int

공개 메소드들

메소드 설명
AddMethod ( MethodReference method ) : XNodeOut
AddNode ( string name, XObjType objType ) : XNodeOut
ComputeSums ( ) : long
ToString ( ) : string
WriteNode ( FileStream stream ) : long
XNodeOut ( XNodeOut parent, string name, XObjType objType ) : System

비공개 메소드들

메소드 설명
AddField ( FieldReference fieldDef ) : XNodeOut
GetNotAnonParent ( ) : XNodeOut

메소드 상세

AddMethod() 공개 메소드

public AddMethod ( MethodReference method ) : XNodeOut
method Mono.Cecil.MethodReference
리턴 XNodeOut

AddNode() 공개 메소드

public AddNode ( string name, XObjType objType ) : XNodeOut
name string
objType XObjType
리턴 XNodeOut

ComputeSums() 공개 메소드

public ComputeSums ( ) : long
리턴 long

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WriteNode() 공개 메소드

public WriteNode ( FileStream stream ) : long
stream System.IO.FileStream
리턴 long

XNodeOut() 공개 메소드

public XNodeOut ( XNodeOut parent, string name, XObjType objType ) : System
parent XNodeOut
name string
objType XObjType
리턴 System

프로퍼티 상세

AnonClasses 공개적으로 프로퍼티

public int AnonClasses
리턴 int

AnonFuncs 공개적으로 프로퍼티

public int AnonFuncs
리턴 int

ClassDependencies 공개적으로 프로퍼티

public HashSet ClassDependencies
리턴 HashSet

Exclude 공개적으로 프로퍼티

public bool Exclude
리턴 bool

Indent 공개적으로 프로퍼티

public int Indent
리턴 int

IndentString 공개적으로 프로퍼티

public string IndentString
리턴 string

InitCount 공개적으로 프로퍼티

public int InitCount
리턴 int

NextID 공개적으로 정적으로 프로퍼티

public static int NextID
리턴 int