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!

ISymbolMethod Interface

Represents a method within a symbol reader.

ISymbolMethod

[Visual Basic]
Public Interface ISymbolMethod
[C#]
public interface ISymbolMethod
[C++]
public __gc __interface ISymbolMethod

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Remarks

This provides access to only the symbol related attributes of a method such as sequence points, lexical scopes, and parameter information. Use it in conjunction with other means to read the type-related attributes of a method (for example: the System.Reflection classes).

Requirements

Namespace: System.Diagnostics.SymbolStore

Assembly: mscorlib.dll

See Also

ISymbolMethod Members | System.Diagnostics.SymbolStore Namespace