RunInstallerAttribute(Boolean) Constructor

Definitie

Initialiseert een nieuw exemplaar van de RunInstallerAttribute klasse.

public:
 RunInstallerAttribute(bool runInstaller);
public RunInstallerAttribute(bool runInstaller);
new System.ComponentModel.RunInstallerAttribute : bool -> System.ComponentModel.RunInstallerAttribute
Public Sub New (runInstaller As Boolean)

Parameters

runInstaller
Boolean

true indien een installatieprogramma moet worden aangeroepen tijdens de installatie van een assembly; anders, false.

Van toepassing op