System::SmartPtr::Is method
SmartPtr::Is method
يتحقق مما إذا كان الكائن المشار إليه من نوع محدد أو من نوع فرعي له. يتبع دلالات ‘is’ في C#.
bool System::SmartPtr<T>::Is(const System::TypeInfo &target) const
| Parameter | Type | الوصف |
|---|---|---|
| target | const System::TypeInfo& | يحدد نوع الهدف للتحقق ضده. |
ReturnValue
صحيح إذا كان فحص C# بنمط ‘is’ إيجابيًا وإلا خطأ.
ملاحظات
التنفيذ.
انظر أيضًا
- Class TypeInfo
- Class SmartPtr
- Namespace System
- Library Aspose.Page for C++