C# Class Mono.CSharp.TypeInfo.StructInfo

Show file Open project: vargaz/mono

Public Properties

Property Type Description
Length int
StructFields TypeInfo[]
TotalLength int
field_type_hash StructInfo>.Dictionary

Public Methods

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

Private Methods

Method Description
StructInfo ( System.TypeSpec type, IMemberContext context ) : System

Method Details

GetStructField() public method

public GetStructField ( string name ) : TypeInfo
name string
return TypeInfo

GetStructInfo() public static method

public static GetStructInfo ( System.TypeSpec type, IMemberContext context ) : StructInfo
type System.TypeSpec
context IMemberContext
return StructInfo

this() public method

public this ( string name ) : int
name string
return int

Property Details

Length public property

public int Length
return int

StructFields public property

public TypeInfo[] StructFields
return TypeInfo[]

TotalLength public property

public int TotalLength
return int

field_type_hash public static property

public static Dictionary field_type_hash
return StructInfo>.Dictionary