InstallerGetNativeAssemblyPath Method (ProcessorArchitecture, String) |
Gets the ShellBoost native proxy assembly path.
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 virtual string GetNativeAssemblyPath(
ProcessorArchitecture architecture,
string configuration
)
Parameters
- architecture
- Type: System.ReflectionProcessorArchitecture
The processor architecture. - configuration
- Type: SystemString
The configuration (debug, release, etc.).
Return Value
Type:
StringA file path or null if not found.
See Also