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
SyntaxPublic ReadOnly Property AssemblyName As String
Get
Property Value
Type:
StringReturn Value
Type:
String
RemarksSimple commands all use MediaCy.IQL.Application.McCommand,
while more advanced ones use classes derived from McCommandExtended
See Also