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!

InterfaceMapping.targetMethods

Shows the methods that implement the interface.

[Visual Basic]
Public targetMethods() As MethodInfo
[C#]
public MethodInfo[] targetMethods;
[C++]
public: MethodInfo* targetMethods[];
[JScript]
public var targetMethods : MethodInfo[];

See Also

InterfaceMapping Structure | InterfaceMapping Members | System.Reflection Namespace | MethodInfo