System::Object::FastCast 方法
Object::FastCast method
仅供内部使用。
virtual bool System::Object::FastCast(const Details::FastRttiBase &helper, void **out_ptr) const
| Parameter | Type | 描述 |
|---|---|---|
| 帮助程序 | const Details::FastRttiBase& | FastRttiBase 结构体已针对所需类型进行特化。 |
| out_ptr | void ** | 如果可用转换,则指向所需类型的指针。 |
ReturnValue
如果类支持 FastRTTI 操作,则为 true。
另见
- Class Object
- Namespace System
- Library Aspose.Page for C++