Method | Description | |
---|---|---|
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.
|
|
MakeModel ( bool CLImode ) : |
||
PreloadShapeManager ( string &geometryFactoryPath, string &preloaderLocation ) : void | ||
SetLocale ( CommandLineArguments cmdLineArgs ) : string |
Method | Description | |
---|---|---|
GetVersionMismatchedReferencesInAppDomain ( |
||
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
|
public static CheckAssemblyForVersionMismatches ( |
||
assembly | ||
return | List |
public static MakeModel ( bool CLImode ) : |
||
CLImode | bool | |
return |
public static PreloadShapeManager ( string &geometryFactoryPath, string &preloaderLocation ) : void | ||
geometryFactoryPath | string | |
preloaderLocation | string | |
return | void |
public static SetLocale ( CommandLineArguments cmdLineArgs ) : string | ||
cmdLineArgs | CommandLineArguments | |
return | string |