API Reference
Class
VsCodeExtensionPostureInfo
VS Code extension inventory summary across host user profiles.
Inheritance
- Object
- VsCodeExtensionPostureInfo
Constructors
public VsCodeExtensionPostureInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ComputerName { get; set; } #Computer name these values were collected for.
public Boolean CollectedLocally { get; set; } #True when local profile enumeration was performed.
public Boolean RemoteCollectionSupported { get; set; } #True when remote collection is supported by this collector implementation.
public List<VsCodeExtensionInfo> Extensions { get; set; } #Flattened extension rows.
public Int32 ExtensionCount { get; set; } #Total extension rows discovered.
public Int32 UniqueExtensionCount { get; set; } #Total unique extension identifiers discovered.