Definition
Assembly: CloudNimble.DotNetDocs.Tools.dll Namespace: CloudNimble.DotNetDocs.Tools Inheritance: System.ObjectSyntax
Constructors
.ctor
Syntax
.ctor Inherited
Inherited from
objectSyntax
Methods
Equals Inherited Virtual
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
obj | object? | - |
Returns
Type:bool
Equals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
GetHashCode Inherited Virtual
Inherited from
objectSyntax
Returns
Type:int
GetType Inherited
Inherited from
objectSyntax
Returns
Type:System.Type
Main
Initializes and runs the application using the specified command-line arguments.Syntax
Parameters
| Name | Type | Description |
|---|---|---|
args | string[] | An array of command-line arguments to configure the application’s behavior. |
Returns
Type:System.Threading.Tasks.Task<int>
A task that represents the asynchronous operation. The task result contains the application’s exit code.
Remarks
This method configures the application’s host, sets the content root, and runs the command-line application asynchronously. It is typically used as the application’s entry point.MemberwiseClone Inherited
Inherited from
objectSyntax
Returns
Type:object
ReferenceEquals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
ToString Inherited Virtual
Inherited from
objectSyntax
Returns
Type:string?