Constable Authorization Engine 2.0 BETA

Context.Registry.RegisterTypeInfo Method 

[This is preliminary documentation and subject to change.]

Adds the TypeInfo object to the registry.

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

Parameters

info
The TypeInfo object to be added to the registry.

Remarks

The TypeInfo object is registered under the Type it describes. If a TypeInfo object under the type has already been registered, this method replaces the previously registered TypeInfo with the info instance.

See Also

Context.Registry Class | LaMarvin.Design Namespace