Address Constructors
Definition
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.
Overloads
Address(Int64) | |
Address(UInt64) |
Address(Int64)
public Address (long value);
new Microsoft.Windows.EventTracing.Address : int64 -> Microsoft.Windows.EventTracing.Address
Public Sub New (value As Long)
Parameters
- value
- Int64
Applies to
Address(UInt64)
public Address (ulong value);
new Microsoft.Windows.EventTracing.Address : uint64 -> Microsoft.Windows.EventTracing.Address
Public Sub New (value As ULong)
Parameters
- value
- UInt64