WixToolset.Data namespace
Classes
Class | Description |
---|---|
AccessModifierExtensions | Extensions for converting AccessModifier to and from strings optimally. |
Identifier | Class to define the identifier and access for a symbol. |
Intermediate | Container class for an intermediate object. |
IntermediateFieldPathValue | |
IntermediateSection | Section in an intermediate file. |
IntermediateSymbol | Intermediate symbol. |
Localization | Object that represents a localization file. |
LocalizedControl | |
Message | Event args for message events. |
SourceLineNumber | Represents file name and line number for source file |
WixCorruptFileException | Exception when file does not match the expected format. |
WixException | Base class for all WiX exceptions. |
WixOutput | Class that understands the standard file structure of the WiX toolset. |
WixStandardLibrary | WiX Standard Library implementation. |
WixStandardLibraryIdentifiers | Well-known identifier names from the wixstd.wixlib. |
WixUnexpectedFileFormatException | Exception when file does not match the expected format. |
Enumerations
Enumeration | Description |
---|---|
AccessModifier | |
BundleCacheType | Keep, Remove, Force xml simple type. |
ComplexReferenceChildType | Types of children in complex refernece. |
ComplexReferenceParentType | Types of parents in complex reference. |
ComponentKeyPathType | |
CompressionLevel | Compression level to use when creating cabinet. |
EmptyRule | |
LocalizationLocation | Location where the localization was loaded. |
MessageLevel | Enum for message to display. |
OutputType | Various types of output. |
PdbType | Platforms supported by compiler. |
Platform | Platforms supported by compiler. |
SectionType | Type of section. |
YesNoDefaultType | Yes, No, Default xml simple type. |
YesNoType | Yes/no type (kinda like a boolean). |