C# Class Mono.CSharp.TypeInfo.StructInfo

Afficher le fichier Open project: vargaz/mono

Méthodes publiques

Свойство Type Description
Length int
StructFields TypeInfo[]
TotalLength int
field_type_hash StructInfo>.Dictionary

Méthodes publiques

Méthode Description
GetStructField ( string name ) : TypeInfo
GetStructInfo ( System.TypeSpec type, IMemberContext context ) : StructInfo
this ( string name ) : int

Private Methods

Méthode Description
StructInfo ( System.TypeSpec type, IMemberContext context ) : System

Method Details

GetStructField() public méthode

public GetStructField ( string name ) : TypeInfo
name string
Résultat TypeInfo

GetStructInfo() public static méthode

public static GetStructInfo ( System.TypeSpec type, IMemberContext context ) : StructInfo
type System.TypeSpec
context IMemberContext
Résultat StructInfo

this() public méthode

public this ( string name ) : int
name string
Résultat int

Property Details

Length public_oe property

public int Length
Résultat int

StructFields public_oe property

public TypeInfo[] StructFields
Résultat TypeInfo[]

TotalLength public_oe property

public int TotalLength
Résultat int

field_type_hash public_oe static_oe property

public static Dictionary field_type_hash
Résultat StructInfo>.Dictionary