![]() | IO Class |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Monkeyspeak.Libraries.IO"]
Namespace: Monkeyspeak.Libraries
The IO type exposes the following members.
Name | Description | |
---|---|---|
![]() | IO | Initializes a new instance of the IO class |
![]() | IO(String) | Initializes a new instance of the IO class |
Name | Description | |
---|---|---|
![]() | Handlers | (Inherited from BaseLibrary.) |
Name | Description | |
---|---|---|
![]() | Add(Trigger, TriggerHandler, String) |
Registers a Trigger to the TriggerHandler with optional description
(Inherited from BaseLibrary.) |
![]() | Add(TriggerCategory, Int32, TriggerHandler, String) |
Registers a Trigger to the TriggerHandler with optional description
(Inherited from BaseLibrary.) |
![]() | AppendToFile | |
![]() | CanReadFile | |
![]() | CanWriteFile | |
![]() | Contains | (Inherited from BaseLibrary.) |
![]() | CreateFile | |
![]() | DeleteFile | |
![]() | FileExists | |
![]() | FileNotExists | |
![]() | Initialize | (Overrides BaseLibraryInitialize.) |
![]() | RaiseError |
Raises a MonkeyspeakException
(Inherited from BaseLibrary.) |
![]() | ReadFileIntoVariable | |
![]() | ToString |
Builds a string representation of the descriptions of each trigger.
(Inherited from BaseLibrary.) |
![]() | ToString(Boolean, Boolean) |
Builds a string representation of the descriptions of each trigger.
(Inherited from BaseLibrary.) |
![]() | ToString(Trigger, Boolean, Boolean) |
Builds a string representation of the descriptions of trigger.
(Inherited from BaseLibrary.) |
![]() | Unload | (Overrides BaseLibraryUnload(Page).) |
Name | Description | |
---|---|---|
![]() | descriptions | (Inherited from BaseLibrary.) |
![]() | handlers | (Inherited from BaseLibrary.) |
Name | Description | |
---|---|---|
![]() | AsT | (Defined by ObjectExtensions.) |