SettingsAddDllDirectory Method |
Namespace: DWSIM.GlobalSettingsAssembly: DWSIM.GlobalSettings (in DWSIM.GlobalSettings.dll) Version: 8.8.1.0
Syntax [DllImportAttribute("kernel32.dll", SetLastError = true)]
public static bool AddDllDirectory(
string lpPathName
)
<DllImportAttribute("kernel32.dll", SetLastError := true>]
Public Shared Function AddDllDirectory (
lpPathName As String
) As Boolean
Request Example
View SourceParameters
- lpPathName String
-
Return Value
BooleanSee Also