C# 클래스 Microsoft.JScript.ParameterDeclaration

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

Private Properties

프로퍼티 타입 설명
ParameterDeclaration System
ParameterDeclaration System
PartiallyEvaluate void

공개 메소드들

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

비공개 메소드들

메소드 설명
ParameterDeclaration ( Context context, String identifier, TypeExpression type, CustomAttributeList customAttributes ) : System
ParameterDeclaration ( Type type, String identifier ) : System
PartiallyEvaluate ( ) : void

메소드 상세

GetCustomAttributes() 공개 메소드

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

GetCustomAttributes() 공개 메소드

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

IsDefined() 공개 메소드

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