IEnvironmentVariablesType

PackageAxial.PlatformService
Provides environment-variable access supplied by the application host.

Specification

Kind
Type
Members
4
Examples
0
ExpandSignature
this.Expand
GetAllSignature
this.GetAll
SetSignature
this.Set
TryGetSignature
this.TryGet

Summary

NameSignatureSynopsis
Expandthis.ExpandNo description available.
GetAllthis.GetAllNo description available.
Setthis.SetNo description available.
TryGetthis.TryGetNo description available.

Expand

this.Expand
Member

Parameters

NameTypeDescription
textstring

Returns

string

GetAll

this.GetAll
Member

Returns

IReadOnlyDictionary<string, string>

Set

this.Set
Member

Parameters

NameTypeDescription
namestring
valuestring option

Returns

unit

TryGet

this.TryGet
Member

Parameters

NameTypeDescription
namestring

Returns

string option