Click or drag to resize

McCommandAssemblyName Property

The name of the assembly containing the implementation of this command class.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public ReadOnly Property AssemblyName As String
	Get

Property Value

Type: String

Return Value

Type: String
Remarks
Simple commands all use MediaCy.IQL.Application.McCommand, while more advanced ones use classes derived from McCommandExtended
See Also