Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class System.​ComponentModel.​RunInstallerAttribute
Assembly: System.ComponentModel.TypeConverter
Inheritance: object → Attribute → RunInstallerAttribute
Specifies whether the Visual Studio Custom Action Installer or the Installutil.exe (Installer Tool) should be invoked when the assembly is installed.
Fields and Constants
public static readonly
RunInstallerAttribute
Default
Specifies the default visibility, which is <see cref="F:System.ComponentModel.RunInstallerAttribute.No" /> . This <see langword="static" /> field is read-only.
public static readonly
RunInstallerAttribute
No
Specifies that the Visual Studio Custom Action Installer or the Installutil.exe (Installer Tool) should not be invoked when the assembly is installed. This <see langword="static" /> field is read-only.
public static readonly
RunInstallerAttribute
Yes
Specifies that the Visual Studio Custom Action Installer or the Installutil.exe (Installer Tool) should be invoked when the assembly is installed. This <see langword="static" /> field is read-only.
Properties
public
bool
RunInstaller
Gets a value indicating whether an installer should be invoked during installation of an assembly.
public
object
TypeId
Methods
public
bool
Equals​(object obj)
Determines whether the value of the specified <see cref="T:System.ComponentModel.RunInstallerAttribute" /> is equivalent to the current <see cref="T:System.ComponentModel.RunInstallerAttribute" /> .
Returns <see langword="true" /> if the specified <see cref="T:System.ComponentModel.RunInstallerAttribute" /> is equal to the current <see cref="T:System.ComponentModel.RunInstallerAttribute" /> ; otherwise, <see langword="false" /> .
obj
The object to compare.
public
int
GetHashCode​()
Generates a hash code for the current <see cref="T:System.ComponentModel.RunInstallerAttribute" /> .
Returns A hash code for the current <see cref="T:System.ComponentModel.RunInstallerAttribute" /> .
public
bool
IsDefaultAttribute​()
Determines if this attribute is the default.
Returns <see langword="true" /> if the attribute is the default value for this attribute class; otherwise, <see langword="false" /> .
protected
void
Finalize​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object