[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix.Macros
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public class MacroRecorder : Component, 
	IDisposable
Public Class MacroRecorder _
	Inherits Component _
	Implements IDisposable
public ref class MacroRecorder : public Component, 
	IDisposable

Members

               
 All Members  Constructors   Properties   Methods   Events  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
MacroRecorder()()()
MacroRecorder(Macro)
AddCommand(IMacroCommand)
Commands
InsertCommand(Int32, IMacroCommand)
Pause
Gets or sets pause that is automaticly inserted after active commands.
Recording
RecordingChanged
Start()()()
Stop()()()

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      Phoenix.Macros..::.MacroRecorder

See Also