MSVCExceptionInfo

Overview

Internal type.

Location

 

constructor  protected    (declared in ValueType)

 

constructor

 

MSVCExceptionInfo()

 

init()

 

MSVCExceptionInfo()

 

Sub New()

Equals  virtual    (declared in Object)

Default constructor.

 

method Equals(aOther: Object): Boolean

 

Boolean Equals(Object aOther)

 

func Equals(_ aOther: Object) -> Boolean

 

Boolean Equals(Object aOther)

 

Function Equals(aOther As Object) As Boolean

Parameters:

  • aOther: the reference to compare this with.

Finalize  protected virtual    (declared in Object)

 

method Finalize

 

void Finalize()

 

func Finalize()

 

void Finalize()

 

Sub Finalize()

GetHashCode  virtual    (declared in Object)

Returns a hashcode for this object. Overriden implementations should make sure that the number returned here is constant given the same object.

 

method GetHashCode: Int32

 

Int32 GetHashCode()

 

func GetHashCode() -> Int32

 

Int32 GetHashCode()

 

Function GetHashCode() As Int32

GetType    (declared in Object)

Returns the actual type of this class

 

method GetType: Type

 

Type GetType()

 

func GetType() -> Type

 

Type GetType()

 

Function GetType() As Type

IPMapEntries

 

var IPMapEntries: UInt32;

 

UInt32 IPMapEntries

 

var IPMapEntries: UInt32

 

UInt32 IPMapEntries

 

FIELD IPMapEntries() As UInt32

IPMapEntry

 

// Windows-arm64, Windows-x86_64
var IPMapEntry: Int32;
// Windows-i386
var IPMapEntry: ^MSVCIpToSate;

 

// Windows-arm64, Windows-x86_64
Int32 IPMapEntry
// Windows-i386
MSVCIpToSate* IPMapEntry

 

// Windows-arm64, Windows-x86_64
var IPMapEntry: Int32
// Windows-i386
var IPMapEntry: UnsafeMutablePointer<MSVCIpToSate>

 

// Windows-arm64, Windows-x86_64
Int32 IPMapEntry
// Windows-i386
MSVCIpToSate* IPMapEntry

 

// Windows-arm64, Windows-x86_64
FIELD IPMapEntry() As Int32
// Windows-i386
FIELD IPMapEntry() As Ptr(Of MSVCIpToSate)

MagicNumber

 

var MagicNumber: UInt32;

 

UInt32 MagicNumber

 

var MagicNumber: UInt32

 

UInt32 MagicNumber

 

FIELD MagicNumber() As UInt32

NumTryBlocks

 

var NumTryBlocks: Int32;

 

Int32 NumTryBlocks

 

var NumTryBlocks: Int32

 

Int32 NumTryBlocks

 

FIELD NumTryBlocks() As Int32

NumUnwindMap

 

var NumUnwindMap: Int32;

 

Int32 NumUnwindMap

 

var NumUnwindMap: Int32

 

Int32 NumUnwindMap

 

FIELD NumUnwindMap() As Int32

ReferenceEquals    (declared in Object)

Compares two references for equivalence (even if they have an equals operator)

 

class method ReferenceEquals(a: Object; b: Object): Boolean

 

static Boolean ReferenceEquals(Object a, Object b)

 

static func ReferenceEquals(_ a: Object, _ b: Object) -> Boolean

 

static Boolean ReferenceEquals(Object a, Object b)

 

Shared Function ReferenceEquals(a As Object, b As Object) As Boolean

Parameters:

  • a: left value
  • b: right value

ToString  virtual    (declared in Object)

Gets the string representation of this method.

 

method ToString: String

 

String ToString()

 

func ToString() -> String

 

String ToString()

 

Function ToString() As String

TryBlockMap

 

// Windows-arm64, Windows-x86_64
var TryBlockMap: Int32;
// Windows-i386
var TryBlockMap: ^MSVCTryMap;

 

// Windows-arm64, Windows-x86_64
Int32 TryBlockMap
// Windows-i386
MSVCTryMap* TryBlockMap

 

// Windows-arm64, Windows-x86_64
var TryBlockMap: Int32
// Windows-i386
var TryBlockMap: UnsafeMutablePointer<MSVCTryMap>

 

// Windows-arm64, Windows-x86_64
Int32 TryBlockMap
// Windows-i386
MSVCTryMap* TryBlockMap

 

// Windows-arm64, Windows-x86_64
FIELD TryBlockMap() As Int32
// Windows-i386
FIELD TryBlockMap() As Ptr(Of MSVCTryMap)

UnwindMap

 

// Windows-arm64, Windows-x86_64
var UnwindMap: Int32;
// Windows-i386
var UnwindMap: ^MSVCUnwindMap;

 

// Windows-arm64, Windows-x86_64
Int32 UnwindMap
// Windows-i386
MSVCUnwindMap* UnwindMap

 

// Windows-arm64, Windows-x86_64
var UnwindMap: Int32
// Windows-i386
var UnwindMap: UnsafeMutablePointer<MSVCUnwindMap>

 

// Windows-arm64, Windows-x86_64
Int32 UnwindMap
// Windows-i386
MSVCUnwindMap* UnwindMap

 

// Windows-arm64, Windows-x86_64
FIELD UnwindMap() As Int32
// Windows-i386
FIELD UnwindMap() As Ptr(Of MSVCUnwindMap)

 

IPMapEntries

 

var IPMapEntries: UInt32;

 

UInt32 IPMapEntries

 

var IPMapEntries: UInt32

 

UInt32 IPMapEntries

 

FIELD IPMapEntries() As UInt32

IPMapEntry

 

// Windows-arm64, Windows-x86_64
var IPMapEntry: Int32;
// Windows-i386
var IPMapEntry: ^MSVCIpToSate;

 

// Windows-arm64, Windows-x86_64
Int32 IPMapEntry
// Windows-i386
MSVCIpToSate* IPMapEntry

 

// Windows-arm64, Windows-x86_64
var IPMapEntry: Int32
// Windows-i386
var IPMapEntry: UnsafeMutablePointer<MSVCIpToSate>

 

// Windows-arm64, Windows-x86_64
Int32 IPMapEntry
// Windows-i386
MSVCIpToSate* IPMapEntry

 

// Windows-arm64, Windows-x86_64
FIELD IPMapEntry() As Int32
// Windows-i386
FIELD IPMapEntry() As Ptr(Of MSVCIpToSate)

MagicNumber

 

var MagicNumber: UInt32;

 

UInt32 MagicNumber

 

var MagicNumber: UInt32

 

UInt32 MagicNumber

 

FIELD MagicNumber() As UInt32

NumTryBlocks

 

var NumTryBlocks: Int32;

 

Int32 NumTryBlocks

 

var NumTryBlocks: Int32

 

Int32 NumTryBlocks

 

FIELD NumTryBlocks() As Int32

NumUnwindMap

 

var NumUnwindMap: Int32;

 

Int32 NumUnwindMap

 

var NumUnwindMap: Int32

 

Int32 NumUnwindMap

 

FIELD NumUnwindMap() As Int32

TryBlockMap

 

// Windows-arm64, Windows-x86_64
var TryBlockMap: Int32;
// Windows-i386
var TryBlockMap: ^MSVCTryMap;

 

// Windows-arm64, Windows-x86_64
Int32 TryBlockMap
// Windows-i386
MSVCTryMap* TryBlockMap

 

// Windows-arm64, Windows-x86_64
var TryBlockMap: Int32
// Windows-i386
var TryBlockMap: UnsafeMutablePointer<MSVCTryMap>

 

// Windows-arm64, Windows-x86_64
Int32 TryBlockMap
// Windows-i386
MSVCTryMap* TryBlockMap

 

// Windows-arm64, Windows-x86_64
FIELD TryBlockMap() As Int32
// Windows-i386
FIELD TryBlockMap() As Ptr(Of MSVCTryMap)

UnwindMap

 

// Windows-arm64, Windows-x86_64
var UnwindMap: Int32;
// Windows-i386
var UnwindMap: ^MSVCUnwindMap;

 

// Windows-arm64, Windows-x86_64
Int32 UnwindMap
// Windows-i386
MSVCUnwindMap* UnwindMap

 

// Windows-arm64, Windows-x86_64
var UnwindMap: Int32
// Windows-i386
var UnwindMap: UnsafeMutablePointer<MSVCUnwindMap>

 

// Windows-arm64, Windows-x86_64
Int32 UnwindMap
// Windows-i386
MSVCUnwindMap* UnwindMap

 

// Windows-arm64, Windows-x86_64
FIELD UnwindMap() As Int32
// Windows-i386
FIELD UnwindMap() As Ptr(Of MSVCUnwindMap)

 

ReferenceEquals    (declared in Object)

Compares two references for equivalence (even if they have an equals operator)

 

class method ReferenceEquals(a: Object; b: Object): Boolean

 

static Boolean ReferenceEquals(Object a, Object b)

 

static func ReferenceEquals(_ a: Object, _ b: Object) -> Boolean

 

static Boolean ReferenceEquals(Object a, Object b)

 

Shared Function ReferenceEquals(a As Object, b As Object) As Boolean

Parameters:

  • a: left value
  • b: right value

 

constructor  protected    (declared in ValueType)

 

constructor

 

MSVCExceptionInfo()

 

init()

 

MSVCExceptionInfo()

 

Sub New()

Equals  virtual    (declared in Object)

Default constructor.

 

method Equals(aOther: Object): Boolean

 

Boolean Equals(Object aOther)

 

func Equals(_ aOther: Object) -> Boolean

 

Boolean Equals(Object aOther)

 

Function Equals(aOther As Object) As Boolean

Parameters:

  • aOther: the reference to compare this with.

Finalize  protected virtual    (declared in Object)

 

method Finalize

 

void Finalize()

 

func Finalize()

 

void Finalize()

 

Sub Finalize()

GetHashCode  virtual    (declared in Object)

Returns a hashcode for this object. Overriden implementations should make sure that the number returned here is constant given the same object.

 

method GetHashCode: Int32

 

Int32 GetHashCode()

 

func GetHashCode() -> Int32

 

Int32 GetHashCode()

 

Function GetHashCode() As Int32

GetType    (declared in Object)

Returns the actual type of this class

 

method GetType: Type

 

Type GetType()

 

func GetType() -> Type

 

Type GetType()

 

Function GetType() As Type

ToString  virtual    (declared in Object)

Gets the string representation of this method.

 

method ToString: String

 

String ToString()

 

func ToString() -> String

 

String ToString()

 

Function ToString() As String