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

Shows the methods that are defined on the interface.

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

See Also

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