wx.Build.BuildToolFamilyEnv Class Reference

List of all members.

Public Member Functions

 BuildToolFamilyEnv ()

Properties

object this [IBuildActionProvider key] [get, set]


Detailed Description

This is a collection of processes. Actions may store processes here to reuse them within the same tool family. This simply is a dictionary using the tool family of a IBuildActionClass as a key.

Side effects between different actions MUST NOT BE FUNCTIONAL. All building actions must also run without sharing this information.


Constructor & Destructor Documentation

wx.Build.BuildToolFamilyEnv.BuildToolFamilyEnv (  ) 


Property Documentation

object wx::Build.BuildToolFamilyEnv::this (  )  [get, set]

Store or retrieve data referring to the tool family of key. If nothing has been stored for the tool, the result of the get-method will be null (this does not raise an exception).

Store or retrieve data referring to the tool family nameOfToolFamily. If nothing has been stored for the tool, the result of the get-method will be null (this does not raise an exception).


The wx.NET Build System.   (c) 2009-2010 Harald Meyer auf'm Hofe