MetadataReader.Options Property

Definition

Gets the MetadataReaderOptions passed to the constructor.

public:
 property System::Reflection::Metadata::MetadataReaderOptions Options { System::Reflection::Metadata::MetadataReaderOptions get(); };
public System.Reflection.Metadata.MetadataReaderOptions Options { get; }
member this.Options : System.Reflection.Metadata.MetadataReaderOptions
Public ReadOnly Property Options As MetadataReaderOptions

Property Value

A bitwise combination of the enumeration values that describes the MetadataReaderOptions enum value.

Applies to