API Reference
Class
AdmxFile
Represents a parsed ADMX file with raw definitions.
Inheritance
- Object
- AdmxFile
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
- Method AdmxFile.Load
Accepted by parameters
- Method AdmxBundle.Add
Methods
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String SourcePath { get; set; } #Full path to the ADMX file loaded for this instance.
public IReadOnlyCollection<AdmxNamespace> Namespaces { get; } #Gets declared namespaces.
public IReadOnlyCollection<AdmxProduct> Products { get; } #Gets defined products.
public IReadOnlyCollection<AdmxSupportDefinition> SupportDefinitions { get; } #Gets support definitions.
public IReadOnlyCollection<AdmxCategoryDefinition> Categories { get; } #Gets categories defined in the file.
public IReadOnlyCollection<AdmxPolicyDefinition> Policies { get; } #Gets policies defined in the file.