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