SectionHeader.SectionCharacteristics Property

Definition

Gets the flags that describe the characteristics of the section.

public:
 property System::Reflection::PortableExecutable::SectionCharacteristics SectionCharacteristics { System::Reflection::PortableExecutable::SectionCharacteristics get(); };
public System.Reflection.PortableExecutable.SectionCharacteristics SectionCharacteristics { get; }
member this.SectionCharacteristics : System.Reflection.PortableExecutable.SectionCharacteristics
Public ReadOnly Property SectionCharacteristics As SectionCharacteristics

Property Value

The flags that describe the characteristics of the section.

Applies to