Registers the element's type.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public static void RegisterType(
	string category,
	Type type
)
Visual Basic (Declaration)
Public Shared Sub RegisterType ( _
	category As String, _
	type As Type _
)
Visual C++
public:
static void RegisterType(
	String^ category, 
	Type^ type
)

Parameters

category
Type: System..::.String
type
Type: System..::.Type

See Also