C# 클래스 Microsoft.JScript.JSField

상속: System.Reflection.FieldInfo
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
GetCustomAttributes ( Type t, bool inherit ) : Object[]
GetCustomAttributes ( bool inherit ) : Object[]
IsDefined ( Type type, bool inherit ) : bool

비공개 메소드들

메소드 설명
GetClassFullName ( ) : String
GetMetaData ( ) : Object
GetPackage ( ) : PackageScope

메소드 상세

GetCustomAttributes() 공개 메소드

public GetCustomAttributes ( Type t, bool inherit ) : Object[]
t System.Type
inherit bool
리턴 Object[]

GetCustomAttributes() 공개 메소드

public GetCustomAttributes ( bool inherit ) : Object[]
inherit bool
리턴 Object[]

IsDefined() 공개 메소드

public IsDefined ( Type type, bool inherit ) : bool
type System.Type
inherit bool
리턴 bool