StiFunctionsProgramming Class
Namespace: Stimulsoft.Report.Dictionary
Methods
| Method | Returns | Description |
|---|---|---|
RuntimeIdentifier static |
string | Returns a simplified runtime identifier built from the current runtime version. |
RuntimeName static |
string | Returns a friendly runtime name for the current environment. |
RuntimeOS static |
string | Returns operating system family information for the current environment. |
RuntimeType static |
string | Returns the runtime type name for the current environment. |
RuntimeVersion static |
string | Returns the runtime version for the current environment. |
create static |
void | |
rand static |
number |
Method Details
RuntimeIdentifier static
RuntimeIdentifier(): string
Returns a simplified runtime identifier built from the current runtime version.
Returns string — The runtime identifier string.
RuntimeName static
RuntimeName(): string
Returns a friendly runtime name for the current environment.
Returns string — The runtime friendly name.
RuntimeOS static
RuntimeOS(): string
Returns operating system family information for the current environment.
Returns string — The operating system family name.
RuntimeType static
RuntimeType(): string
Returns the runtime type name for the current environment.
Returns string — The runtime type name.
RuntimeVersion static
RuntimeVersion(): string
Returns the runtime version for the current environment.
Returns string — The runtime version.
create static
create(): void
rand static
rand(seed: number): number
Parameters
- seed (number)
Returns number
Fields
| Field | Type | Description |
|---|---|---|
| m | any | |
| matchedBrand | any | |
| matchedEntry | any | |
| name | any | |
| name | any | |
| name | any | |
| name | any | |
| version | any | |
| version | any | |
| version | any | |
| version | any |