InstallerGetNativeAssemblyName Method (ProcessorArchitecture, String, Boolean) |
Gets the name of the ShellBoost native proxy assembly.
This is obsolete. Use the NativeProxy class instead.
Namespace:
ShellBoost.Core.Client
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static string GetNativeAssemblyName(
ProcessorArchitecture architecture,
string directoryPath = null,
bool throwIfNotFound = true
)
Parameters
- architecture
- Type: System.ReflectionProcessorArchitecture
The processor architecture. - directoryPath (Optional)
- Type: SystemString
The directory path. - throwIfNotFound (Optional)
- Type: SystemBoolean
if set to true the method will throw instead or returning null if the assembly is not found.
Return Value
Type:
StringA string.
See Also