CodedIndex.MemberRefParent(EntityHandle) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
計算指定句柄的 MemberRefParent 自動程式代碼索引。
public:
static int MemberRefParent(System::Reflection::Metadata::EntityHandle handle);
public static int MemberRefParent (System.Reflection.Metadata.EntityHandle handle);
static member MemberRefParent : System.Reflection.Metadata.EntityHandle -> int
Public Shared Function MemberRefParent (handle As EntityHandle) As Integer
參數
- handle
- EntityHandle
TypeDefinitionHandle、TypeReferenceHandle、ModuleReferenceHandle、MethodDefinitionHandle 或 TypeSpecificationHandle。
傳回
例外狀況
控制代碼類型是非預期的。