Method | Description | |
---|---|---|
AllowProject ( string projectGroupsFlags ) : bool |
Allows the project.
|
|
Close ( ) : void |
Closes and destroys this object Same as Dispose(true) |
|
Dispose ( ) : void |
|
|
GetNodeType ( XmlNode node ) : Type |
Gets the type of the node.
|
|
Initialize ( LogTargets target, string args ) : void |
Initializes the specified target.
|
|
ParseNode ( XmlNode node, IDataNode parent ) : IDataNode |
|
|
ParseNode ( XmlNode node, IDataNode parent, IDataNode preNode ) : IDataNode |
Parses the node.
|
|
Process ( ) : void |
Processes this instance.
|
|
ProcessFile ( ProcessNode node, SolutionNode parent ) : void | ||
ProcessFile ( string file, IList |
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Dispose objects Will dispose managed and unmanaged resources. |
Method | Description | |
---|---|---|
CacheNodeTypes ( |
||
CacheTargets ( |
||
CacheVersion ( ) : void | ||
Kernel ( ) : System | ||
LoadSchema ( ) : void | ||
LogBanner ( ) : void | ||
ProcessFile ( string file ) : void | ||
RemoveDirectories ( string rootDir, string dirNames ) : void |
public AllowProject ( string projectGroupsFlags ) : bool | ||
projectGroupsFlags | string | The project groups flags. |
return | bool |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | /// If true, it will dispose close the handle /// |
return | void |
public GetNodeType ( XmlNode node ) : Type | ||
node | XmlNode | The node. |
return | Type |
public Initialize ( LogTargets target, string args ) : void | ||
target | LogTargets | The target. |
args | string | The args. |
return | void |
public ParseNode ( XmlNode node, IDataNode parent ) : IDataNode | ||
node | XmlNode | |
parent | IDataNode | |
return | IDataNode |
public ParseNode ( XmlNode node, IDataNode parent, IDataNode preNode ) : IDataNode | ||
node | XmlNode | The node. |
parent | IDataNode | The parent. |
preNode | IDataNode | The pre node. |
return | IDataNode |
public ProcessFile ( ProcessNode node, SolutionNode parent ) : void | ||
node | ProcessNode | |
parent | SolutionNode | |
return | void |
public ProcessFile ( string file, IList |
||
file | string | |
solutions | IList |
|
return | void |