C# Класс Dynamo.Applications.StartupUtils

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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