C# 클래스 Dynamo.Applications.StartupUtils

파일 보기 프로젝트 열기: DynamoDS/Dynamo 1 사용 예제들

공개 메소드들

메소드 설명
CheckAssemblyForVersionMismatches ( Assembly assembly ) : List

Checks that an assembly does not have any dependencies that have already been loaded into the appDomain with an incompatible to the one Dynamo requires.

MakeModel ( bool CLImode ) : DynamoModel
PreloadShapeManager ( string &geometryFactoryPath, string &preloaderLocation ) : void
SetLocale ( CommandLineArguments cmdLineArgs ) : string

비공개 메소드들

메소드 설명
GetVersionMismatchedReferencesInAppDomain ( Assembly assembly, String assemblyNamesToIgnore ) : List
InitializeUpdateManager ( ) : IUpdateManager

if we are building a model for CLI mode, then we don't want to start an updateManager for now, building an updatemanager instance requires finding Dynamo install location which if we are running on mac os or *nix will use different logic then SandboxLookup

메소드 상세

CheckAssemblyForVersionMismatches() 공개 정적인 메소드

Checks that an assembly does not have any dependencies that have already been loaded into the appDomain with an incompatible to the one Dynamo requires.
public static CheckAssemblyForVersionMismatches ( Assembly assembly ) : List
assembly System.Reflection.Assembly
리턴 List

MakeModel() 공개 정적인 메소드

public static MakeModel ( bool CLImode ) : DynamoModel
CLImode bool
리턴 Dynamo.Models.DynamoModel

PreloadShapeManager() 공개 정적인 메소드

public static PreloadShapeManager ( string &geometryFactoryPath, string &preloaderLocation ) : void
geometryFactoryPath string
preloaderLocation string
리턴 void

SetLocale() 공개 정적인 메소드

public static SetLocale ( CommandLineArguments cmdLineArgs ) : string
cmdLineArgs CommandLineArguments
리턴 string