MinibufferStub Member List
This is the complete list of members for MinibufferStub, including all inherited members.
instance | MinibufferStub | static |
Message(string msgFormat, params object[] args) | MinibufferStub | |
MessageAlert(string msgFormat, params object[] args) | MinibufferStub | |
MessageOrBuffer(string bufferName, string msg) | MinibufferStub | |
OnStart(Action< MinibufferStub > action) | MinibufferStub | static |
Register(object o) | MinibufferStub | static |
Register(Type t) | MinibufferStub | static |
RegisterCommand(Command command, Delegate action) | MinibufferStub | |
RegisterObject(object o) | MinibufferStub | |
RegisterType(Type t) | MinibufferStub | |
RegisterVariable< T >(Variable variable, Func< T > getFunc, Action< T > setFunc) | MinibufferStub | |
ToBuffer(string bufferName, string content) | MinibufferStub | |
Unregister(object o) | MinibufferStub | static |
UnregisterCommand(string commandName) | MinibufferStub | |
UnregisterObject(object o) | MinibufferStub | |
UnregisterVariable(string variable) | MinibufferStub | |
With(Action< MinibufferStub > action) | MinibufferStub | static |