CSharp
.halguru-action.yaml ➤ RunCode ➤ CSharp
Represents the C# code to be executed as part of the action. This property encapsulates the necessary details for executing the specified code logic, enabling interaction with or manipulation of the system based on the provided C# code.
RunCode:
CSharp:
Language: CSharp
Arguments: Any text
Name: Any text
Code: |
Console.WriteLine("Hello world!");
ExplanationPrompt: |
Eplain the execution of the C# code.
Properties
| Name |
Type |
Required |
Description |
| Language |
Option |
✔️ |
Specifies the C# code language to be used for executing the code. |
| Arguments |
Text |
|
Represents any command-line arguments to be passed to the code execution process. |
| Name |
Text |
|
The name of the code connector to be used. |
| Code |
MultilineText |
|
Represents the C# code to be executed. |
| ExplanationPrompt |
MultilineText |
|
Provides a descriptive explanation of the executed C# code. |
| Property |
Value |
| Path |
RunCode.CSharp |
| Internal Type |
ActionModels.RunCSharpCodeHalPath |
| Internal Root Type |
ActionHalConfiguration |
| File Extension |
.halguru-action.yaml |
| JSON Schema |
halguru-action-schema.json |
| Last updated: | | 2025-12-05 |
| Autogenerated: | | Yes |
| AI powered: | | Yes |
| Core version: | | 1.75.0 |