MetadataReader.GetBlobReader 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.
Overloads
GetBlobReader(StringHandle) | |
GetBlobReader(BlobHandle) |
GetBlobReader(StringHandle)
- Source:
- MetadataReader.cs
- Source:
- MetadataReader.cs
- Source:
- MetadataReader.cs
public:
System::Reflection::Metadata::BlobReader GetBlobReader(System::Reflection::Metadata::StringHandle handle);
public System.Reflection.Metadata.BlobReader GetBlobReader (System.Reflection.Metadata.StringHandle handle);
member this.GetBlobReader : System.Reflection.Metadata.StringHandle -> System.Reflection.Metadata.BlobReader
Public Function GetBlobReader (handle As StringHandle) As BlobReader
Parameters
- handle
- StringHandle
Returns
Applies to
GetBlobReader(BlobHandle)
- Source:
- MetadataReader.cs
- Source:
- MetadataReader.cs
- Source:
- MetadataReader.cs
public:
System::Reflection::Metadata::BlobReader GetBlobReader(System::Reflection::Metadata::BlobHandle handle);
public System.Reflection.Metadata.BlobReader GetBlobReader (System.Reflection.Metadata.BlobHandle handle);
member this.GetBlobReader : System.Reflection.Metadata.BlobHandle -> System.Reflection.Metadata.BlobReader
Public Function GetBlobReader (handle As BlobHandle) As BlobReader
Parameters
- handle
- BlobHandle
Returns
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.