DynamoVisualProgramming.DynamoServices by Autodesk

<PackageReference Include="DynamoVisualProgramming.DynamoServices" Version="3.4.0-beta6720" />

 ParameterKeys

public class ParameterKeys
List of possible session parameter keys to obtain the session parameters.
public static readonly string GeometryFactory

This key is used to get the full path for library, which implements IGeometryFactory interface.

public static readonly string LastExecutionDuration

The duration of an execution covered by an IExecutionSession

public static readonly string Logger

The logger that logs to the Dynamo console. The return value is an ILogger

public static readonly string MajorVersion

This key is used to get the Major version of Dynamo. The returned value is a number.

public static readonly string MinorVersion

This key is used to get the Major version of Dynamo. The returned value is a number.

public static readonly string NumberFormat

This key is used to get the number format used by Dynamo to format the preview values. The returned value is string.

public static readonly string PackagePaths

The current collection of packagepaths that Dynamo is loading packages from. The Return value is IEnumerable

public ParameterKeys()