System.Diagnostics.SymbolStore.ISymbolReader.GetDocument Method

Gets a document specified by the language, vendor, and type.

Syntax

public ISymbolDocument GetDocument (string url, Guid language, Guid languageVendor, Guid documentType)

Parameters

url
The URL that identifies the document.
language
The document language. You can specify this parameter as Guid.Empty.
languageVendor
The identity of the vendor for the document language. You can specify this parameter as Guid.Empty.
documentType
The type of the document. You can specify this parameter as Guid.Empty.

Returns

The specified document.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Diagnostics.SymbolStore
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0