System::SmartPtr::GetObjectOwner 方法

SmartPtr::GetObjectOwner method

获取被引用的对象。

Object * System::SmartPtr<T>::GetObjectOwner() const

ReturnValue

返回指向被引用对象的原始指针或 nullptr。

另见