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.GetParameters

Gets the parameters for the current method.

[Visual Basic]
Function GetParameters() As ISymbolVariable ()
[C#]
ISymbolVariable[] GetParameters();
[C++]
ISymbolVariable* GetParameters() [] = 0;
[JScript]
function GetParameters() : ISymbolVariable[];

Return Value

The array of parameters for the current method.

Remarks

The parameters are returned in the order they are defined within the method's signature.

See Also

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