C# Class XLibrary.XNode

Show file Open project: swax/CodePerspective Class Usage Examples

Public Properties

Property Type Description
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

Public Methods

Method Description
FullName ( bool excludeFile = false ) : string
GetParentClass ( bool rootClass ) : XNode

Method Details

FullName() public method

public FullName ( bool excludeFile = false ) : string
excludeFile bool
return string

GetParentClass() public method

public GetParentClass ( bool rootClass ) : XNode
rootClass bool
return XNode

Property Details

CSharp public property

public byte[] CSharp
return byte[]

External public property

public bool External
return bool

ID public property

public int ID
return int

IsAnon public property

public bool IsAnon
return bool

Lines public property

public long Lines
return long

Msil public property

public List Msil
return List

Name public property

public string Name
return string

Nodes public property

public List Nodes
return List

ObjType public property

public XObjType ObjType
return XObjType

ParamIDs public property

public int[] ParamIDs
return int[]

ParamNames public property

public string[] ParamNames
return string[]

Parent public property

public XNode,XLibrary Parent
return XNode

PlainCSharp public property

public string PlainCSharp
return string

PlainMsil public property

public string PlainMsil
return string

ReturnID public property

public int ReturnID
return int