LoadMacros Method
LoadMacros(Stream)
Loads the macro records from the given stream.
Declaration
public virtual void LoadMacros(Stream stream)
Parameters
Type | Name | Description |
---|---|---|
Stream | stream | The Stream object to write the text. |
Implements
LoadMacros(TextReader)
Loads the macro records from the given stream.
Declaration
public virtual void LoadMacros(TextReader reader)
Parameters
Type | Name | Description |
---|---|---|
TextReader | reader | The TextReader object to read macros from stream. |
Implements
LoadMacros(String)
Loads the macro records from the given file.
Declaration
public virtual void LoadMacros(string fileName)
Parameters
Type | Name | Description |
---|---|---|
String | fileName | Name of file to load macros. |