Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IMacro Interface / RunLegacyExtraMacro Method
Specifies the full path of the macro to run.


RunLegacyExtraMacro Method (IMacro)
Runs an Extra! macro.
Syntax
'Declaration
 
Sub RunLegacyExtraMacro( _
   ByVal macroName As String _
) 
 
'Usage
 
Dim instance As IMacro
Dim macroName As String
 
instance.RunLegacyExtraMacro(macroName)

Parameters

macroName
Specifies the full path of the macro to run.
Exceptions
ExceptionDescription
Thrown if the macro file does not exist.
Remarks
Assumes that the Extra! Basic runtime is installed.
See Also