A collection of console panes.
Namespace: NetQuarry
Assembly: EAP.Core (in EAP.Core.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Class ConsolePanes Inherits Dictionary(Of String, IConsolePane) |
| C# |
|---|
| public class ConsolePanes : Dictionary<string, IConsolePane> |
| C++ |
|---|
| ref class ConsolePanes : Dictionary<string, IConsolePane> |
| J# |
|---|
| public class ConsolePanes extends Dictionary<string, IConsolePane> |
| JScript |
|---|
| public class ConsolePanes extends Dictionary<string, IConsolePane> |
Inheritance Hierarchy
Thread Safety
Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.