Property | Type | Description | |
---|---|---|---|
AutoClose | void | ||
AutoOpen | void | ||
DeInitialize | void | ||
GetAssemblies | List |
||
GetExportedAssemblies | IEnumerable |
||
Initialize | void | ||
InitializeRootLibrary | void | ||
LoadCustomUI | void | ||
UnloadCustomUI | void |
Method | Description | |
---|---|---|
GetImage ( string imageId ) : |
||
GetProjects ( ) : List |
||
LoadFrom ( |
||
LoadFrom ( byte bytes, string pathResolveRoot ) : |
||
LoadFrom ( string fileName ) : |
||
ResolvePath ( string path ) : string | ||
ResolvePath ( string path, string dnaDirectory ) : string | ||
Save ( |
||
Save ( string fileName, |
Method | Description | |
---|---|---|
AutoClose ( ) : void | ||
AutoOpen ( ) : void | ||
DeInitialize ( ) : void | ||
GetAssemblies ( string pathResolveRoot ) : List |
||
GetExportedAssemblies ( ) : IEnumerable |
||
Initialize ( ) : void | ||
InitializeRootLibrary ( string xllPath ) : void | ||
LoadCustomUI ( ) : void | ||
UnloadCustomUI ( ) : void |
public GetImage ( string imageId ) : |
||
imageId | string | |
return |
public static LoadFrom ( |
||
uri | ||
return |
public static LoadFrom ( byte bytes, string pathResolveRoot ) : |
||
bytes | byte | |
pathResolveRoot | string | |
return |
public static LoadFrom ( string fileName ) : |
||
fileName | string | |
return |
public static ResolvePath ( string path, string dnaDirectory ) : string | ||
path | string | |
dnaDirectory | string | |
return | string |
public static Save ( |
||
dnaLibrary | ||
return | byte[] |
public static Save ( string fileName, |
||
fileName | string | |
dnaLibrary | ||
return | void |