Module.Optimized Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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