ICscHostObject.SetBaseAddress(String) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the preferred base address at which to load a DLL.
public:
bool SetBaseAddress(System::String ^ baseAddress);
C#
public bool SetBaseAddress(string baseAddress);
abstract member SetBaseAddress : string -> bool
Public Function SetBaseAddress (baseAddress As String) As Boolean
- baseAddress
- String
The preferred base address at which to load a DLL.
true
if the method was successful; otherwise, false
.
Produkt | Versionen |
---|---|
MSBuild | 15, 16, 17 |
MSBuild (.NET Core) | 15, 16, 17 |