System::SmartPtr::Is methode

SmartPtr::Is method

Controleert of het aangewezen object van een specifiek type of een afgeleid type is. Volgt de C# ‘is’ semantiek.

bool System::SmartPtr<T>::Is(const System::TypeInfo &target) const
ParameterTypeBeschrijving
targetconst System::TypeInfo&Specificeert het doelftype om tegen te controleren.

ReturnValue

Waar als de C# ‘is’-stijl controle positief is en onwaar anders.

Opmerkingen

Implementatie.

Zie ook