Table of Contents

AttachableObjectAddress 类

命名空间
ClassIsland.Core.Models.ProfileAnalyzing
程序集
ClassIsland.Core.dll
public class AttachableObjectAddress
继承
AttachableObjectAddress
继承成员

构造函数

AttachableObjectAddress()

public AttachableObjectAddress()

AttachableObjectAddress(Guid, int)

public AttachableObjectAddress(Guid guid, int index = -1)

参数

guid Guid
index int

属性

Guid

public Guid Guid { get; }

属性值

Guid

Index

public int Index { get; }

属性值

int

方法

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

参数

obj object

The object to compare with the current object.

返回

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

返回

int

A hash code for the current object.