MethodBodyBlock.Create(BlobReader) 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.
Creates a new instance of the MethodBodyBlock class using the specified blob reader.
public:
static System::Reflection::Metadata::MethodBodyBlock ^ Create(System::Reflection::Metadata::BlobReader reader);
public static System.Reflection.Metadata.MethodBodyBlock Create (System.Reflection.Metadata.BlobReader reader);
static member Create : System.Reflection.Metadata.BlobReader -> System.Reflection.Metadata.MethodBodyBlock
Public Shared Function Create (reader As BlobReader) As MethodBodyBlock
Parameters
- reader
- BlobReader
The blob reader to read the method body.
Returns
A new instance of the MethodBodyBlock class.
Exceptions
The method body data in the specified blob reader is invalid.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.