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!

ISymbolBinder.GetReader

Gets the interface for the symbol reader for the current file.

[Visual Basic]
Function GetReader( _
   ByVal importer As Integer, _
   ByVal filename As String, _
   ByVal searchPath As String _
) As ISymbolReader
[C#]
ISymbolReader GetReader(
   int importer,
   string filename,
   string searchPath
);
[C++]
ISymbolReader* GetReader(
   int importer,
   String* filename,
   String* searchPath
) = 0;
[JScript]
function GetReader(
   importer : int,
   filename : String,
   searchPath : String
) : ISymbolReader;

Parameters

importer
[To be supplied.]
filename
[To be supplied.]
searchPath
[To be supplied.]

Remarks

To be supplied

See Also

ISymbolBinder Interface | ISymbolBinder Members | System.Diagnostics.SymbolStore Namespace