C# 클래스 System.Reflection.Emit.ArrayType

상속: SymbolType
파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 메소드들

메소드 설명
GetArrayRank ( ) : int

보호된 메소드들

메소드 설명
GetAttributeFlagsImpl ( ) : TypeAttributes
IsArrayImpl ( ) : bool

비공개 메소드들

메소드 설명
ArrayType ( Type elementType, int rank ) : System.Reflection
FormatName ( string elementName ) : String

메소드 상세

GetArrayRank() 공개 메소드

public GetArrayRank ( ) : int
리턴 int

GetAttributeFlagsImpl() 보호된 메소드

protected GetAttributeFlagsImpl ( ) : TypeAttributes
리턴 TypeAttributes

IsArrayImpl() 보호된 메소드

protected IsArrayImpl ( ) : bool
리턴 bool