DkmResolvedDocument.Close Method

Definition

Closes the resolved document object. This method must be invoked when the component which requested the resolved document is done with the object.

DkmResolvedDocument objects are automatically closed when their associated DkmModule object is closed.

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

Applies to