Constable Authorization Engine 2.0 BETA

Context.GetAvailablePublicCreatableTypes Method 

[This is preliminary documentation and subject to change.]

Returns an array of public, non-abstract types compatible with the baseType available in the current AppDomain.

[Visual Basic]
Public Shared Function GetAvailablePublicCreatableTypes( _
   ByVal baseType As Type _
) As Type()
[C#]
public static Type[] GetAvailablePublicCreatableTypes(
   Type baseType
);

Parameters

baseType
The base type.

See Also

Context Class | LaMarvin.Design Namespace