AsyncReaderWriterLock.CaptureDiagnostics Property
Microsoft internal only. Determines whether additional resources should be spent to collect information that would be useful in diagnosing deadlocks.
Namespace: Microsoft.VisualStudio.Threading
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
Syntax
'Declaration
Protected Property CaptureDiagnostics As Boolean
protected bool CaptureDiagnostics { get; set; }
protected:
property bool CaptureDiagnostics {
bool get ();
void set (bool value);
}
member CaptureDiagnostics : bool with get, set
function get CaptureDiagnostics () : boolean
function set CaptureDiagnostics (value : boolean)
Property Value
Type: System.Boolean
true if additional resources should be spent to collect information that would be useful in diagnosing deadlocks, otherwise false.
.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.