C# Class XLibrary.XNode

Afficher le fichier Open project: swax/CodePerspective Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
FullName ( bool excludeFile = false ) : string
GetParentClass ( bool rootClass ) : XNode

Method Details

FullName() public méthode

public FullName ( bool excludeFile = false ) : string
excludeFile bool
Résultat string

GetParentClass() public méthode

public GetParentClass ( bool rootClass ) : XNode
rootClass bool
Résultat XNode

Property Details

CSharp public_oe property

public byte[] CSharp
Résultat byte[]

External public_oe property

public bool External
Résultat bool

ID public_oe property

public int ID
Résultat int

IsAnon public_oe property

public bool IsAnon
Résultat bool

Lines public_oe property

public long Lines
Résultat long

Msil public_oe property

public List Msil
Résultat List

Name public_oe property

public string Name
Résultat string

Nodes public_oe property

public List Nodes
Résultat List

ObjType public_oe property

public XObjType ObjType
Résultat XObjType

ParamIDs public_oe property

public int[] ParamIDs
Résultat int[]

ParamNames public_oe property

public string[] ParamNames
Résultat string[]

Parent public_oe property

public XNode,XLibrary Parent
Résultat XNode

PlainCSharp public_oe property

public string PlainCSharp
Résultat string

PlainMsil public_oe property

public string PlainMsil
Résultat string

ReturnID public_oe property

public int ReturnID
Résultat int