C# 클래스 Dynamo.Configuration.ExecutionSession

상속: IExecutionSession
파일 보기 프로젝트 열기: DynamoDS/Dynamo

공개 메소드들

메소드 설명
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.

메소드 상세

ExecutionSession() 공개 메소드

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

GetParameterKeys() 공개 메소드

Returns list of session parameter keys available in the session.
public GetParameterKeys ( ) : IEnumerable
리턴 IEnumerable

GetParameterValue() 공개 메소드

Returns session parameter value for the given parameter name.
public GetParameterValue ( string parameter ) : object
parameter string Name of session parameter
리턴 object

ResolveFilePath() 공개 메소드

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
리턴 bool