InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IMacro Interface / RunLegacyReflectionMacroFile Method
The name of a macro file. Include the complete path if the macro file is not in the current folder.
An optional string to pass information to the macro.


In This Topic
    RunLegacyReflectionMacroFile Method (IMacro)
    In This Topic
    Runs the legacy Reflection macro that is in the specified file.
    Syntax
    'Declaration
     
    
    Sub RunLegacyReflectionMacroFile( _
       ByVal fileName As String, _
       ByVal macroData As String _
    ) 
    'Usage
     
    
    Dim instance As IMacro
    Dim fileName As String
    Dim macroData As String
     
    instance.RunLegacyReflectionMacroFile(fileName, macroData)
    void RunLegacyReflectionMacroFile( 
       string fileName,
       string macroData
    )

    Parameters

    fileName
    The name of a macro file. Include the complete path if the macro file is not in the current folder.
    macroData
    An optional string to pass information to the macro.
    See Also