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!

TypeBuilder.GetInterfaces

Returns an array of all the interfaces implemented on this a class and its super classes.

[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

Returns an array of Type objects representing the implemented interfaces. If none are defined, an empty array is returned.

See Also

TypeBuilder Class | TypeBuilder Members | System.Reflection.Emit Namespace