Module.Optimized Property

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

Namespace:  EnvDTE90
Assembly:  EnvDTE90 (in EnvDTE90.dll)

Syntax

'Declaration
ReadOnly Property Optimized As Boolean
bool Optimized { get; }
property bool Optimized {
    bool get ();
}
abstract Optimized : bool with get
function get Optimized () : boolean

Property Value

Type: System.Boolean
A boolean value; true if the binary is optimized, false if otherwise.

.NET Framework Security

See Also

Reference

Module Interface

EnvDTE90 Namespace