![Copy image Copy image](copycode.gif)
![CopyHover image CopyHover image](copycodeHighlight.gif)
Deployment Tools Foundation
CustomActionAttribute Constructor (name)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► CustomActionAttribute ► CustomActionAttribute(String)
Marks a method as a custom action entry point.
![](collapse_all.gif)
C# | Visual Basic | Visual C++ | F# |
public CustomActionAttribute( string name )
Public Sub New ( name As String )
public: CustomActionAttribute( String^ name )
new : name : string -> CustomActionAttribute
![](collapse_all.gif)
- 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)