Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the base load address for the module.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public Property BaseLoadAddress As Long
Get
Private Set
public long BaseLoadAddress { get; private set; }
public:
property long long BaseLoadAddress {
long long get ();
private: void set (long long value);
}
member BaseLoadAddress : int64 with get, private set
function get BaseLoadAddress () : long
private function set BaseLoadAddress (value : long)
Property Value
Type: System.Int64
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.