Constable Authorization Engine 2.0 BETA

Context.Registry.UnregisterTypeInfo Method (TypeInfo)

[This is preliminary documentation and subject to change.]

Removes the type info from the registry.

[Visual Basic]
Overloads Public Shared Sub UnregisterTypeInfo( _
   ByVal info As TypeInfo _
)
[C#]
public static void UnregisterTypeInfo(
   TypeInfo info
);

Parameters

info
The TypeInfo object to be removed from the registry.

See Also

Context.Registry Class | LaMarvin.Design Namespace | Context.Registry.UnregisterTypeInfo Overload List