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!

TypeDelegator.GetInterfaces

Returns an array of Type objects representing all the interfaces implemented on the current class and its superclasses.

[Visual Basic]
Overrides Public Function GetInterfaces() As Type ()
[C#]
public override Type[] GetInterfaces();
[C++]
public: override Type* GetInterfaces() [];
[JScript]
public override function GetInterfaces() : Type[];

Return Value

An array of Type objects representing all the interfaces implemented on the current class and its superclasses. If none are defined, an empty array is returned.

Remarks

To be supplied

See Also

TypeDelegator Class | TypeDelegator Members | System.Reflection Namespace