CustomActionAttribute Constructor (name)

DTF API

Copy image CopyHover image
Deployment Tools Foundation CustomActionAttribute Constructor (name)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerCustomActionAttributeCustomActionAttribute(String)
Marks a method as a custom action entry point.
Declaration Syntax
C# Visual Basic Visual C++ F#
public CustomActionAttribute(
	string name
)
Public Sub New ( 
	name As String
)
public:
CustomActionAttribute(
	String^ name
)
new : 
        name : string -> CustomActionAttribute
Parameters
name (String)
Name of the function to be exported, defaults to the name of this method

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)