[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNExtObjects (in DNExtObjects.dll) Version: 1.1.4679.19819 (1.1.0.0)
Überprüft ob die übergebene Methode geeignet ist.
Falls ddie Methode ungeeignet ist wird eine ArgumentException
geworfen.
Namespace: DynamicNode.Ext.ObjectsAssembly: DNExtObjects (in DNExtObjects.dll) Version: 1.1.4679.19819 (1.1.0.0)
Syntax
C# |
---|
protected override void CheckMethodBase( MethodBase mI ) |
Visual Basic |
---|
Protected Overrides Sub CheckMethodBase ( _ mI As MethodBase _ ) |
F# |
---|
abstract CheckMethodBase : mI:MethodBase -> unit override CheckMethodBase : mI:MethodBase -> unit |
Parameters
- mI
- Type: System.Reflection..::..MethodBase
Die zu prüfende Methode.