Click or drag to resize

McCommand Constructor (String, String, String)

Initializes a new instance of the McCommand class

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Sub New ( 
	name As String,
	assemblyName As String,
	className As String
)

Parameters

name
Type: SystemString
assemblyName
Type: SystemString
className
Type: SystemString
See Also