BlobReader.ReadTypeHandle 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將使用簽章編碼的類型控制代碼讀取為 TypeDefOrRefOrSpecEncoded (請參閱 ECMA-335 II.23.2.8)。
public:
System::Reflection::Metadata::EntityHandle ReadTypeHandle();
public System.Reflection.Metadata.EntityHandle ReadTypeHandle ();
member this.ReadTypeHandle : unit -> System.Reflection.Metadata.EntityHandle
Public Function ReadTypeHandle () As EntityHandle
傳回
當編碼有效時為該控制代碼。 否則是 IsNil 屬性為 true
的控制代碼。