API Reference
Class
AdmxSupportDefinition
Represents an operating system support definition.
Inheritance
- Object
- AdmxSupportDefinition
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property AdmxBundle.SupportDefinitions
- Property AdmxDocument.SupportDefinitions
- Property AdmxFile.SupportDefinitions
Accepted by parameters
- Constructor AdmxDocument.AdmxDocument
Constructors
public AdmxSupportDefinition(String name, String displayName) #Initializes a new instance of the AdmxSupportDefinition class.
Parameters
- name System.String
- Definition identifier (e.g., SUPPORTED_Windows10).
- displayName System.String
- Display string identifier.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Name { get; } #Gets the definition name.
public String DisplayName { get; } #Gets the display name identifier.
public AdmxSupportLogicType Logic { get; set; } #Logical combination of entries (AnyOf/AllOf) if defined.
public List<AdmxSupportEntry> Entries { get; } #Entries that make up this support definition.