DkmClrValue.Close Method

Definition

Closes the CLR value to release resources associated with it. This method must be invoked by the object that requested the evaluation query (ex: called DkmCompiledClrInspectionQuery.Execute).

DkmClrValue objects are automatically closed when their associated DkmInspectionSession object is closed.

Location constraint: API must be called from a Monitor component (component level < 100,000).

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

public:
 void Close();
public:
 void Close();
void Close();
public void Close ();
member this.Close : unit -> unit
Public Sub Close ()

Applies to