C1Command Constructor(String,Type)
In This Topic
Initializes a new instance of the
C1Command class with the specified name and owner type.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.Type _
)
public C1Command(
System.string ,
System.Type
)
Parameters
- name
- Declared name for serialization.
- ownerType
- The type which is registering the command.
See Also