Initializes a new instance of the C1Command class with the specified name and owner type.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)

Syntax

C#
public C1Command(
	string name,
	Type ownerType
)
Visual Basic
Public Sub New ( _
	name As String, _
	ownerType As Type _
)

Parameters

name
Type: System..::..String
Declared name for serialization.
ownerType
Type: System..::..Type
The type which is registering the command.

See Also