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!

ISymbolReader.GetMethod (SymbolToken, Int32)

Gets a symbol reader method object given the identifier of a method and its Edit and Continue version.

[Visual Basic]
Overloads Function GetMethod( _
   ByVal method As SymbolToken, _
   ByVal version As Integer _
) As ISymbolMethod
[C#]
ISymbolMethod GetMethod(
   SymbolToken method,
   int version
);
[C++]
ISymbolMethod* GetMethod(
   SymbolToken method,
   int version
) = 0;
[JScript]
function GetMethod(
   method : SymbolToken,
   version : int
) : ISymbolMethod;

Parameters

method
The metadata token of the method.
version
The Edit and Continue version of the method.

Return Value

The symbol reader method object for the specified method identifier.

See Also

ISymbolReader Interface | ISymbolReader Members | System.Diagnostics.SymbolStore Namespace | ISymbolReader.GetMethod Overload List