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!

Assembly.GetExportedTypes

Gets the public types defined in this assembly.

[Visual Basic]
Overridable Public Function GetExportedTypes() As Type ()
[C#]
public virtual Type[] GetExportedTypes();
[C++]
public: virtual Type* GetExportedTypes() [];
[JScript]
public function GetExportedTypes() : Type[];

Return Value

The public types defined in this assembly.

See Also

Assembly Class | Assembly Members | System.Reflection Namespace