C# 클래스 Microsoft.JScript.JSParameterInfo

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

공개 메소드들

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

비공개 메소드들

메소드 설명
JSParameterInfo ( ParameterInfo parameter ) : System

메소드 상세

GetCustomAttributes() 공개 최종 메소드

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

GetCustomAttributes() 공개 최종 메소드

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

IsDefined() 공개 최종 메소드

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