C# 클래스 Mono.CSharp.TypeInfo.StructInfo

파일 보기 프로젝트 열기: vargaz/mono

공개 프로퍼티들

프로퍼티 타입 설명
Length int
StructFields TypeInfo[]
TotalLength int
field_type_hash StructInfo>.Dictionary

공개 메소드들

메소드 설명
GetStructField ( string name ) : TypeInfo
GetStructInfo ( System.TypeSpec type, IMemberContext context ) : StructInfo
this ( string name ) : int

비공개 메소드들

메소드 설명
StructInfo ( System.TypeSpec type, IMemberContext context ) : System

메소드 상세

GetStructField() 공개 메소드

public GetStructField ( string name ) : TypeInfo
name string
리턴 TypeInfo

GetStructInfo() 공개 정적인 메소드

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

this() 공개 메소드

public this ( string name ) : int
name string
리턴 int

프로퍼티 상세

Length 공개적으로 프로퍼티

public int Length
리턴 int

StructFields 공개적으로 프로퍼티

public TypeInfo[] StructFields
리턴 TypeInfo[]

TotalLength 공개적으로 프로퍼티

public int TotalLength
리턴 int

field_type_hash 공개적으로 정적으로 프로퍼티

public static Dictionary field_type_hash
리턴 StructInfo>.Dictionary