You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get the start arguments necessary to start the program identified as [fileNameWithoutExtension](Xecrets.Sdk.Abstractions.md#Xecrets.Sdk.Abstractions.IXfApi.StartMe(string).fileNameWithoutExtension'Xecrets.Sdk.Abstractions.IXfApi.StartMe(string).fileNameWithoutExtension'), assuming that if we're started with "dotnet", this program should also be
392
-
started with "dotnet" [fileNameWithoutExtension](Xecrets.Sdk.Abstractions.md#Xecrets.Sdk.Abstractions.IXfApi.StartMe(string).fileNameWithoutExtension'Xecrets.Sdk.Abstractions.IXfApi.StartMe(string).fileNameWithoutExtension').dll, otherwise it's an executable with
393
-
".exe" or without depending on the current operating system.
@@ -500,4 +476,40 @@ Override the global debug cli flag if non-null.
500
476
A [System.Threading.CancellationToken](https://docs.microsoft.com/en-us/dotnet/api/System.Threading.CancellationToken'System.Threading.CancellationToken') to cancel any long running operation.
Get the start arguments necessary to start the program identified as [fileNameWithoutExtension](Xecrets.Sdk.Abstractions.md#Xecrets.Sdk.Abstractions.IXfStart.StartArgs(string).fileNameWithoutExtension 'Xecrets.Sdk.Abstractions.IXfStart.StartArgs(string).fileNameWithoutExtension'), assuming that if we're started with "dotnet", this program should also be
498
+
started with "dotnet" [fileNameWithoutExtension](Xecrets.Sdk.Abstractions.md#Xecrets.Sdk.Abstractions.IXfStart.StartArgs(string).fileNameWithoutExtension 'Xecrets.Sdk.Abstractions.IXfStart.StartArgs(string).fileNameWithoutExtension').dll, otherwise it's an executable with
499
+
".exe" or without depending on the current operating system.
Copy file name to clipboardExpand all lines: sdk-docs/Xecrets.Sdk.XfApiFactory.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,4 +112,18 @@ An instance of [IXfApi](Xecrets.Sdk.Abstractions.md#Xecrets.Sdk.Abstractions.IXf
112
112
113
113
### Remarks
114
114
Should normally not be used when using Axantum ready built command line tool binaries, as no license is
115
-
provided. Another option to provide the license is to place it in a text file next to the executable.
115
+
provided. Another option to provide the license is to place it in a text file next to the executable.
116
+
117
+
<aname='Xecrets.Sdk.XfApiFactory.Start()'></a>
118
+
119
+
## XfApiFactory.Start() Method
120
+
121
+
Create an [IXfStart](Xecrets.Sdk.Abstractions.md#Xecrets.Sdk.Abstractions.IXfStart'Xecrets.Sdk.Abstractions.IXfStart') instance providing startup information for the application.
0 commit comments