Module.Optimized Property

Definition

Gets whether the binary has been optimized. Optimized corresponds to the Optimized column of the Modules window.

public:
 property bool Optimized { bool get(); };
public:
 property bool Optimized { bool get(); };
[System.Runtime.InteropServices.DispId(2102)]
public bool Optimized { [System.Runtime.InteropServices.DispId(2102)] get; }
[<System.Runtime.InteropServices.DispId(2102)>]
[<get: System.Runtime.InteropServices.DispId(2102)>]
member this.Optimized : bool
Public ReadOnly Property Optimized As Boolean

Property Value

A boolean value; true if the binary is optimized, false if otherwise.

Attributes

Applies to