RuntimeHelpers

RuntimeHelpers class

Helper class to get some object information in runtime.

class RuntimeHelpers

Methods

MethodDescription
static int GetHashCode(SmartPtr<T> const&)Gets hash code on arbitrary type. Calls Object::GetHashCode() to do so.

See Also