Table of Contents

Class NativeObject

Namespace
TaleWorlds.DotNet
Assembly
TaleWorlds.DotNet.dll
public abstract class NativeObject
Inheritance
NativeObject
Derived
Inherited Members

Constructors

NativeObject()

protected NativeObject()

Properties

Pointer

public UIntPtr Pointer { get; }

Property Value

UIntPtr

Methods

AddUnmanagedMemoryPressure(int)

[Obsolete]
protected void AddUnmanagedMemoryPressure(int size)

Parameters

size int

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

~NativeObject()

protected ~NativeObject()

GetHashCode()

public override int GetHashCode()

Returns

int

ManualInvalidate()

public void ManualInvalidate()

Operators

operator ==(NativeObject, NativeObject)

public static bool operator ==(NativeObject a, NativeObject b)

Parameters

a NativeObject
b NativeObject

Returns

bool

operator !=(NativeObject, NativeObject)

public static bool operator !=(NativeObject a, NativeObject b)

Parameters

a NativeObject
b NativeObject

Returns

bool

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).