PEHeaderBuilder.ImageCharacteristics 属性

定义

返回映像的特征。Returns the image characteristics.

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

属性值

Characteristics

表示图像特征的对象。An object representing the image characteristics.

适用于