2 instantiations of RunInstallerAttribute
System (2)
compmod\system\componentmodel\RunInstallerAttribute.cs (2)
55
public static readonly RunInstallerAttribute Yes = new
RunInstallerAttribute
(true);
66
public static readonly RunInstallerAttribute No = new
RunInstallerAttribute
(false);
7 references to RunInstallerAttribute
System (7)
compmod\system\componentmodel\RunInstallerAttribute.cs (7)
27
/// the <see cref='System.ComponentModel.
RunInstallerAttribute
'/> class.
55
public static readonly
RunInstallerAttribute
Yes = new RunInstallerAttribute(true);
66
public static readonly
RunInstallerAttribute
No = new RunInstallerAttribute(false);
71
/// Specifies the default visiblity, which is <see cref='System.ComponentModel.
RunInstallerAttribute
.No'/>. This <see langword='static '/>field is
75
public static readonly
RunInstallerAttribute
Default = No;
86
RunInstallerAttribute
other = obj as
RunInstallerAttribute
;