ParameterDescriptor 클래스

정의

매개 변수를 설명하는 정보를 포함합니다.

public abstract class ParameterDescriptor : System.Reflection.ICustomAttributeProvider
type ParameterDescriptor = class
    interface ICustomAttributeProvider
Public MustInherit Class ParameterDescriptor
Implements ICustomAttributeProvider
상속
ParameterDescriptor
파생
구현

생성자

ParameterDescriptor()

ParameterDescriptor 클래스의 새 인스턴스를 초기화합니다.

속성

ActionDescriptor

작업 설명자를 가져옵니다.

BindingInfo

바인딩 정보를 가져옵니다.

DefaultValue

매개 변수의 기본값을 가져옵니다.

ParameterName

매개 변수의 이름을 가져옵니다.

ParameterType

매개 변수의 유형을 가져옵니다.

메서드

GetCustomAttributes(Boolean)

이 멤버에 대해 정의된 사용자 지정 특성의 배열을 반환합니다(명명된 특성 제외).

GetCustomAttributes(Type, Boolean)

이 멤버에 대해 정의된 사용자 지정 특성의 배열을 반환합니다(형식으로 식별됨).

IsDefined(Type, Boolean)

이 멤버에 대해 사용자 지정 특성 형식의 인스턴스가 하나 이상 정의되어 있는지를 나타냅니다.

적용 대상