An alternate constructor that allows the user to specify which method should be used to load the
native component. The SSMLoader method cannot be used with this constructor since it must be
provided with a location to write the decompressed components to. If this constructor is
used to request usage of LoadLibrary the SDK will search for the native component in the
current application directory and standard operating system locations.
Syntax
Parameters
- loadingMethod
- Specifies which strategy to use to load the native component. Cannot be SSMLoader in this case.
See Also