![]() |
Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
Represents installing functionality More...
Public Member Functions | |
override string | ToString () |
Static Public Member Functions | |
static NativePlatform | GetNativePlatform () |
Gets the native platform. More... | |
static void | ExtractNativePlatform (String directory, NativePlatform np, object ticker) |
Extracts the native platform. More... | |
static String | GetNativePlatformFolder (NativePlatform np) |
Gets the native platform folder. More... | |
static String | GetNativePlatformDirectory (NativePlatform np) |
Gets the native platform directory. More... | |
static String | GetNativeVersionFolder () |
Gets the native version folder. More... | |
static ReadOnlyCollection< NativePlatform > | GetIncludedNativePlatforms () |
Gets the included native platforms. More... | |
static bool | FrameworkNeedsUnpacking () |
Frameworks the needs unpacking. More... | |
static bool | FrameworkNeedsUnpacking (String dllDir) |
Frameworks the needs unpacking. More... | |
static void | Initialize (ProgressTicker ticker=null) |
Initializes SolidFramework More... | |
static void | InitializeNativeFilters () |
static void | InitializeNativePlatform (ProgressTicker ticker) |
Initializes the native platform. More... | |
static void | TerminateNativePlatform () |
Terminates the native platform | |
Static Public Attributes | |
static bool | Initialized |
Specifies whether SolidFramework has been initialized | |
Properties | |
static NativePlatform | NativePlatform [getset] |
Gets or sets the native platform. More... | |
static bool | ForceUnpack [getset] |
Gets or sets a value indicating whether to force unpack. | |
static String | NativePlatformDirectory [getset] |
Gets or sets the native platform directory. More... | |
Events | |
static EventHandler< ProgressTickerEventArgs > | Progress |
A progress event that will fire while SolidFramework is installing | |
Represents installing functionality
|
static |
Extracts the native platform.
directory | The directory. |
np | The native platform. |
ticker | The ticker. |
|
static |
Frameworks the needs unpacking.
|
static |
Frameworks the needs unpacking.
|
static |
Gets the included native platforms.
|
static |
Gets the native platform.
|
static |
Gets the native platform directory.
np | Native platform |
|
static |
Gets the native platform folder.
np | Native platform |
|
static |
Gets the native version folder.
|
static |
Initializes SolidFramework
This will happen automatically when you import a licenses, but it can be called manually if you need it to be initialized at a specific time
Calling this after SolidFramework has been initialized will have no effect
ticker | The ticker to monitor progress (can be null) |
|
static |
Initializes the native platform.
ticker | The ticker |
|
staticgetset |
Gets or sets the native platform.
The native platform.
|
staticgetset |
Gets or sets the native platform directory.
The native platform directory.