C# Class Dynamo.Configuration.ExecutionSession

Inheritance: IExecutionSession
Afficher le fichier Open project: DynamoDS/Dynamo

Méthodes publiques

Méthode Description
ExecutionSession ( Scheduler updateTask, DynamoModel model, string geometryFactoryPath ) : System

Constructs a new execution session.

GetParameterKeys ( ) : IEnumerable

Returns list of session parameter keys available in the session.

GetParameterValue ( string parameter ) : object

Returns session parameter value for the given parameter name.

ResolveFilePath ( string &filepath ) : bool

A helper method to resolve the given file path. The given file path will be resolved by searching into the current workspace, core and host application installation folders etc.

Method Details

ExecutionSession() public méthode

Constructs a new execution session.
public ExecutionSession ( Scheduler updateTask, DynamoModel model, string geometryFactoryPath ) : System
updateTask Scheduler
model Dynamo.Models.DynamoModel
geometryFactoryPath string
Résultat System

GetParameterKeys() public méthode

Returns list of session parameter keys available in the session.
public GetParameterKeys ( ) : IEnumerable
Résultat IEnumerable

GetParameterValue() public méthode

Returns session parameter value for the given parameter name.
public GetParameterValue ( string parameter ) : object
parameter string Name of session parameter
Résultat object

ResolveFilePath() public méthode

A helper method to resolve the given file path. The given file path will be resolved by searching into the current workspace, core and host application installation folders etc.
public ResolveFilePath ( string &filepath ) : bool
filepath string Input file path
Résultat bool