NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DebuggableAttribute Constructor

[To be supplied.]

[Visual Basic]
Public Sub New( _
   ByVal fEnableJITcompileTracking As Boolean, _
   ByVal fDisableJITcompileOptimizer As Boolean _
)
[C#]
public DebuggableAttribute(
   bool fEnableJITcompileTracking,
   bool fDisableJITcompileOptimizer
);
[C++]
public: DebuggableAttribute(
   bool fEnableJITcompileTracking,
   bool fDisableJITcompileOptimizer
);
[JScript]
public function DebuggableAttribute(
   fEnableJITcompileTracking : Boolean,
   fDisableJITcompileOptimizer : Boolean
);

Parameters

fEnableJITcompileTracking
[To be supplied.]
fDisableJITcompileOptimizer
[To be supplied.]

See Also

DebuggableAttribute Class | DebuggableAttribute Members | System.Diagnostics Namespace