See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.Model.Entity
Assembly: NTier.Model.Entity (in NTier.Model.Entity.dll) Version: 1.0.0.0
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.Model.Entity
Assembly: NTier.Model.Entity (in NTier.Model.Entity.dll) Version: 1.0.0.0
Syntax
C# |
---|
public static Object Invoke( MethodBase method, Object obj, Object[] parameters ) |
Visual Basic |
---|
Public Shared Function Invoke ( method As MethodBase, obj As Object, parameters As Object() ) As Object |
Visual C++ |
---|
public: static Object^ Invoke( MethodBase^ method, Object^ obj, array<Object^>^ parameters ) |
Parameters
- method
- Type: System.Reflection..::..MethodBase
- obj
- Type: System..::..Object
- parameters
- Type: array<System..::..Object>[]()[][]