com.onlineobject.objectnet Namespace

EditorWindowExtensions..::..GetAllDerivedTypes Method

Gets all derived types.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public static Type[] GetAllDerivedTypes(

	this AppDomain aAppDomain,

	Type aType

)

Parameters

aAppDomain
Type: AppDomain
a application domain.
aType
Type: Type
a type.

Return Value

System.Type[].