CorHeader.Flags Property

Definition

Gets the runtime flags for this image.

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

Property Value

A bitwise combination of runtime flags.

Applies to