API Reference
Class
AdmxExplorerBundleReader
Reads split ADMX explorer bundles from disk for C#, PowerShell, and website tooling.
Inheritance
- Object
- AdmxExplorerBundleReader
Methods
public static AdmxExplorerBundle Load(String path) #Returns:
AdmxExplorerBundleLoads a split ADMX explorer bundle from a bundle directory or manifest path.
Parameters
- path System.String
- Bundle directory or manifest.json path.
Returns
Loaded bundle with query and source payload helpers.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object