Class InstallInfo NamespaceDynamicweb.Marketplace AssemblyDynamicweb.Marketplace.dll public class InstallInfo Inheritance object InstallInfo Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Constructors InstallInfo(string?) public InstallInfo(string? owner) Parameters owner string Properties Installed public List<AssemblyInfo> Installed { get; set; } Property Value List<AssemblyInfo> Name public string? Name { get; set; } Property Value string