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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.