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)

property bool Optimized {
	bool get();
}

Property Value

Type: System::Boolean

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

Return to top
Show: