Class LaunchAction
A launch action. This class cannot be inherited.
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.Pdf
Assembly: Sartorius.SAF.Pdf.dll
Syntax
public sealed class LaunchAction : Action
Constructors
View SourceLaunchAction(String)
Initializes a new instance of the LaunchAction class.
Declaration
public LaunchAction(string filePath)
Parameters
Type | Name | Description |
---|---|---|
System.String | filePath | Full pathname of the file. |
Properties
View SourceFilePath
Gets the full pathname of the file that is launched by this action.
Declaration
public string FilePath { get; }
Property Value
Type | Description |
---|---|
System.String | The full pathname of the file. |