ImageSectionHeader..::..Characteristics Property
Gets the flags that describe the characteristics of the section.
Namespace:
BytecodeApi.FileFormats.PEAssembly: BytecodeApi.FileFormats (in BytecodeApi.FileFormats.dll)
Syntax
public ImageSectionFlags Characteristics { get; set; }
Public Property Characteristics As ImageSectionFlags Get Set
public: property ImageSectionFlags^ Characteristics { ImageSectionFlags^ get (); void set (ImageSectionFlags^ value); }