Constable Authorization Engine 2.0 BETA

Context.Registry.UnregisterTypeInfo Method (Type)

[This is preliminary documentation and subject to change.]

Removes a TypeInfo object for the specified type from the registry.

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

Parameters

type
The Type of the object to be removed from the registry.

See Also

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