Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Get
bool Optimized { get; }
property bool Optimized {
bool get ();
}
abstract Optimized : bool
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.