InstallerGetNativeAssemblyName Method (ProcessorArchitecture, String, Boolean, Guid) |
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,
bool throwIfNotFound,
out Guid id
)
Parameters
- architecture
- Type: System.ReflectionProcessorArchitecture
The processor architecture. - directoryPath
- Type: SystemString
The directory path. - throwIfNotFound
- Type: SystemBoolean
if set to true the method will throw instead or returning null if the assembly is not found. - id
- Type: SystemGuid
The ShellBoost identifier.
Return Value
Type:
StringA string.
See Also