Skip to main content

WixToolset.Data namespace

Classes

ClassDescription
AccessModifierExtensionsExtensions for converting AccessModifier to and from strings optimally.
IdentifierClass to define the identifier and access for a symbol.
IntermediateContainer class for an intermediate object.
IntermediateFieldPathValue
IntermediateSectionSection in an intermediate file.
IntermediateSymbolIntermediate symbol.
LocalizationObject that represents a localization file.
LocalizedControl
MessageEvent args for message events.
SourceLineNumberRepresents file name and line number for source file
WixCorruptFileExceptionException when file does not match the expected format.
WixExceptionBase class for all WiX exceptions.
WixOutputClass that understands the standard file structure of the WiX toolset.
WixStandardLibraryWiX Standard Library implementation.
WixStandardLibraryIdentifiersWell-known identifier names from the wixstd.wixlib.
WixUnexpectedFileFormatExceptionException when file does not match the expected format.

Enumerations

EnumerationDescription
AccessModifier
BundleCacheTypeKeep, Remove, Force xml simple type.
ComplexReferenceChildTypeTypes of children in complex refernece.
ComplexReferenceParentTypeTypes of parents in complex reference.
ComponentKeyPathType
CompressionLevelCompression level to use when creating cabinet.
EmptyRule
LocalizationLocationLocation where the localization was loaded.
MessageLevelEnum for message to display.
OutputTypeVarious types of output.
PdbTypePlatforms supported by compiler.
PlatformPlatforms supported by compiler.
SectionTypeType of section.
YesNoDefaultTypeYes, No, Default xml simple type.
YesNoTypeYes/no type (kinda like a boolean).