Documentation de Dvp.Net. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly: Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)
[Ceci est une documentation préliminaire, sous réserve de modification.]
Détermine si un type hérite d'un autre type, ou implémente une interface
Namespace:
Developpez.Dotnet.ReflectionAssembly: Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public static bool Is( this Type type, Type superType ) |
Visual Basic (Declaration) |
---|
<ExtensionAttribute> _ Public Shared Function Is ( _ type As Type, _ superType As Type _ ) As Boolean |
Visual C++ |
---|
[ExtensionAttribute] public: static bool Is( Type^ type, Type^ superType ) |
Parameters
- type
- Type: System..::.Type
Le type à vérifier
- superType
- Type: System..::.Type
Le type de base dont type doit hériter