C# Class XLibrary.XNode

Exibir arquivo 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_oe property

public byte[] CSharp
return byte[]

External public_oe property

public bool External
return bool

ID public_oe property

public int ID
return int

IsAnon public_oe property

public bool IsAnon
return bool

Lines public_oe property

public long Lines
return long

Msil public_oe property

public List Msil
return List

Name public_oe property

public string Name
return string

Nodes public_oe property

public List Nodes
return List

ObjType public_oe property

public XObjType ObjType
return XObjType

ParamIDs public_oe property

public int[] ParamIDs
return int[]

ParamNames public_oe property

public string[] ParamNames
return string[]

Parent public_oe property

public XNode,XLibrary Parent
return XNode

PlainCSharp public_oe property

public string PlainCSharp
return string

PlainMsil public_oe property

public string PlainMsil
return string

ReturnID public_oe property

public int ReturnID
return int