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

Gets the types defined in this assembly.

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

Return Value

The Type objects for all the types defined in this assembly.

See Also

Assembly Class | Assembly Members | System.Reflection Namespace