System::Runtime::CompilerServices::RuntimeHelpers 类

RuntimeHelpers class

帮助类,用于在运行时获取某些对象信息。

class RuntimeHelpers

方法

方法描述
static GetHashCode(SmartPtr<T> const&)获取任意类型的哈希码。调用 Object::GetHashCode() 来实现。

另见