共用方式為


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)

指出是否已為此成員定義自訂屬性型別的一個或多個執行個體。

適用於