共用方式為


IMetaDataImport2::EnumMethodSpecs 方法

取得與指定 MethodDef 或 MemberRef 語彙基元相關聯之 MethodSpec 語彙基元陣列的列舉程式。

語法

HRESULT EnumMethodSpecs (  
    [in, out] HCORENUM      *phEnum,
    [in]      mdToken       tk,  
    [out]     mdMethodSpec  rMethodSpecs[],  
    [in]      ULONG         cMax,  
    [out]     ULONG         *pcMethodSpecs  
);

參數

phEnum
[in, out] rMethodSpecs 列舉程式的指標。

tk
[in] MemberRef 或 MethodDef 語彙基元,代表要列舉其 MethodSpec 語彙基元的方法。 如果 tk 的值為 0 (零),則會列舉範圍中的所有 MethodSpec 語彙基元。

rMethodSpecs
[out] 要列舉的 MethodSpec 語彙基元陣列。

cMax
[in] 要放置在 rMethodSpecs 中的要求最大語彙基元數目。

pcMethodSpecs
[out] 放置於 rMethodSpecs 中之語彙基元的傳回數目。

傳回值

HRESULT 描述
S_OK 成功傳回 EnumMethodSpecs
S_FALSE phEnum 沒有成員項目。 在此情況下,pcMethodSpecs 會設定為 0 (零)。

規格需求

平台:請參閱系統需求

標頭:Cor.h

程式庫:作為 MSCorEE.dll 中的資源使用

.NET Framework版本:自 2.0 起可用

另請參閱