Is()
Details_DirectoryNotFoundException::Is(const System::TypeInfo&) const method
bool System::IO::Details_DirectoryNotFoundException::Is(const System::TypeInfo &target) const override
Arguments
Parameter | Type | Description |
---|---|---|
target | const System::TypeInfo& | TypeInfo structure describing the type to test current object against. |
Return Value
True if object is of tagged type or its subclass, false otherwise.
Remarks
Check if object represents an instance of type described by targetType. Analog of C# ‘is’ operator.
See Also
- Class TypeInfo
- Class Details_DirectoryNotFoundException
- Namespace System::IO
- Library Aspose.Slides