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
'Usage
Dim instance As [Module]
Dim value As Boolean
value = instance.Optimized
bool Optimized { get; }
property bool Optimized {
bool 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.