IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
IG.Lib.TestLoadable Class Reference
+ Inheritance diagram for IG.Lib.TestLoadable:
+ Collaboration diagram for IG.Lib.TestLoadable:

Public Member Functions

 TestLoadable (string workingDirectory)
 
override string Execute (string[] arguments)
 Runs action of the current object. More...
 
- Public Member Functions inherited from IG.Lib.LoadableBase
 LoadableBase (string workingDirectory)
 
void Initialize ()
 Initializes the object. This method should already be called in constructor. More...
 

Protected Member Functions

override void InitializeSpecific ()
 Initializes the current object. More...
 

Additional Inherited Members

- Properties inherited from IG.Lib.LoadableBase
object Lock [get]
 This object's central lock object to be used by other object. Do not use this object for locking in class' methods, for this you should use InternalLock. More...
 
virtual string WorkingDirectory [get, set]
 Working directory of the class. More...
 
virtual bool IsInitialized [get, protected set]
 Whether the object has been initialized or not. More...
 
- Properties inherited from IG.Lib.ILoadable
string WorkingDirectory [get, set]
 
- Properties inherited from IG.Lib.ILockable
object Lock [get]
 

Constructor & Destructor Documentation

IG.Lib.TestLoadable.TestLoadable ( string  workingDirectory)
inline

Member Function Documentation

override void IG.Lib.TestLoadable.InitializeSpecific ( )
inlineprotectedvirtual

Initializes the current object.

Implements IG.Lib.LoadableBase.

override string IG.Lib.TestLoadable.Execute ( string[]  arguments)
inline

Runs action of the current object.

Parameters
argumentsCommand-line arguments of the action.

Implements IG.Lib.ILoadable.


The documentation for this class was generated from the following file: