| Constable Authorization Engine 2.0 BETA |
|
Context.GetAvailablePublicCreatableTypeInfos Method
[This is preliminary documentation and subject to change.]
Returns an array of TypeInfo objects representing public, non-abstract types compatible with the baseType available in the current AppDomain.
[Visual Basic]
Public Shared Function GetAvailablePublicCreatableTypeInfos( _
ByVal
baseType As
Type _
) As
TypeInfo()
[C#]
public static
TypeInfo[] GetAvailablePublicCreatableTypeInfos(
Type baseType);
Parameters
-
baseType
- The base type.
See Also
Context Class | LaMarvin.Design Namespace