MSVCHandlerType
Overview
Internal type.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
- Platforms: Windows
- Ancestry: ValueType | MSVCHandlerType
constructor protected (declared in ValueType)
constructor
MSVCHandlerType()
init()
MSVCHandlerType()
Sub New()
Adjectives
var Adjectives: Int32;
Int32 Adjectives
var Adjectives: Int32
Int32 Adjectives
FIELD Adjectives() As Int32
CatchObjOffset
var CatchObjOffset: Int32;
Int32 CatchObjOffset
var CatchObjOffset: Int32
Int32 CatchObjOffset
FIELD CatchObjOffset() As Int32
Equals virtual (declared in Object)
Default constructor.
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
Handler
// Windows-arm64, Windows-x86_64
var Handler: Int32;
// Windows-i386
var Handler: MSVCCleanup;
// Windows-arm64, Windows-x86_64
Int32 Handler
// Windows-i386
MSVCCleanup Handler
// Windows-arm64, Windows-x86_64
var Handler: Int32
// Windows-i386
var Handler: MSVCCleanup
// Windows-arm64, Windows-x86_64
Int32 Handler
// Windows-i386
MSVCCleanup Handler
// Windows-arm64, Windows-x86_64
FIELD Handler() As Int32
// Windows-i386
FIELD Handler() As MSVCCleanup
ParentFrameOffset Windows-arm64, Windows-x86_64
var ParentFrameOffset: Int32;
Int32 ParentFrameOffset
var ParentFrameOffset: Int32
Int32 ParentFrameOffset
FIELD ParentFrameOffset() As Int32
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
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
Type
// Windows-arm64, Windows-x86_64
var Type: Int32;
// Windows-i386
var Type: ^ElementsExceptionType;
// Windows-arm64, Windows-x86_64
Int32 Type
// Windows-i386
ElementsExceptionType* Type
// Windows-arm64, Windows-x86_64
var Type: Int32
// Windows-i386
var Type: UnsafeMutablePointer<ElementsExceptionType>
// Windows-arm64, Windows-x86_64
Int32 Type
// Windows-i386
ElementsExceptionType* Type
// Windows-arm64, Windows-x86_64
FIELD Type() As Int32
// Windows-i386
FIELD Type() As Ptr(Of ElementsExceptionType)
Adjectives
var Adjectives: Int32;
Int32 Adjectives
var Adjectives: Int32
Int32 Adjectives
FIELD Adjectives() As Int32
CatchObjOffset
var CatchObjOffset: Int32;
Int32 CatchObjOffset
var CatchObjOffset: Int32
Int32 CatchObjOffset
FIELD CatchObjOffset() As Int32
Handler
// Windows-arm64, Windows-x86_64
var Handler: Int32;
// Windows-i386
var Handler: MSVCCleanup;
// Windows-arm64, Windows-x86_64
Int32 Handler
// Windows-i386
MSVCCleanup Handler
// Windows-arm64, Windows-x86_64
var Handler: Int32
// Windows-i386
var Handler: MSVCCleanup
// Windows-arm64, Windows-x86_64
Int32 Handler
// Windows-i386
MSVCCleanup Handler
// Windows-arm64, Windows-x86_64
FIELD Handler() As Int32
// Windows-i386
FIELD Handler() As MSVCCleanup
ParentFrameOffset Windows-arm64, Windows-x86_64
var ParentFrameOffset: Int32;
Int32 ParentFrameOffset
var ParentFrameOffset: Int32
Int32 ParentFrameOffset
FIELD ParentFrameOffset() As Int32
Type
// Windows-arm64, Windows-x86_64
var Type: Int32;
// Windows-i386
var Type: ^ElementsExceptionType;
// Windows-arm64, Windows-x86_64
Int32 Type
// Windows-i386
ElementsExceptionType* Type
// Windows-arm64, Windows-x86_64
var Type: Int32
// Windows-i386
var Type: UnsafeMutablePointer<ElementsExceptionType>
// Windows-arm64, Windows-x86_64
Int32 Type
// Windows-i386
ElementsExceptionType* Type
// Windows-arm64, Windows-x86_64
FIELD Type() As Int32
// Windows-i386
FIELD Type() As Ptr(Of ElementsExceptionType)
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
constructor protected (declared in ValueType)
constructor
MSVCHandlerType()
init()
MSVCHandlerType()
Sub New()
Equals virtual (declared in Object)
Default constructor.
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.