MetadataReaderExtensions.ResolveSignatureTypeKind Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Given a type handle and a raw type kind found in a signature blob determines whether the target type is a value type or a reference type.
public:
[System::Runtime::CompilerServices::Extension]
static System::Reflection::Metadata::SignatureTypeKind ResolveSignatureTypeKind(System::Reflection::Metadata::MetadataReader ^ reader, System::Reflection::Metadata::EntityHandle typeHandle, System::Byte rawTypeKind);
public static System.Reflection.Metadata.SignatureTypeKind ResolveSignatureTypeKind (this System.Reflection.Metadata.MetadataReader reader, System.Reflection.Metadata.EntityHandle typeHandle, byte rawTypeKind);
static member ResolveSignatureTypeKind : System.Reflection.Metadata.MetadataReader * System.Reflection.Metadata.EntityHandle * byte -> System.Reflection.Metadata.SignatureTypeKind
<Extension()>
Public Function ResolveSignatureTypeKind (reader As MetadataReader, typeHandle As EntityHandle, rawTypeKind As Byte) As SignatureTypeKind
Parameters
- reader
- MetadataReader
- typeHandle
- EntityHandle
- rawTypeKind
- Byte
Returns
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา