Version: 13.0

    Show / Hide Table of Contents

    Class Command

    Inheritance
    System.Object
    System.MarshalByRefObject
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent
    Command
    Inherited Members
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
    Namespace: SMT.MastaAPI.Utility
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    [ComVisible(true)]
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [Guid("2F04E2CD-50BF-495A-B056-64B3CD22DDC1")]
    public class Command : MarshalByRefObjectPermanent

    Constructors

    Command(ICommand)

    Declaration
    public Command(ICommand wrapped)
    Parameters
    Type Name Description
    System.Windows.Input.ICommand wrapped

    Methods

    Run()

    Declaration
    public void Run()
    In This Article
    • Constructors
      • Command(ICommand)
    • Methods
      • Run()
    Back to top