C# Class OleViewDotNet.DynamicComFunctionWrapper

Inheritance: System.Dynamic.DynamicObject
Afficher le fichier Open project: tyranid/oleviewdotnet Class Usage Examples

Méthodes publiques

Méthode Description
DynamicComFunctionWrapper ( COMRegistry registry, MethodInfo mi, object target ) : System
TryInvoke ( InvokeBinder binder, object args, object &result ) : bool

Private Methods

Méthode Description
UnwrapArray ( object args, int outSize ) : object[]

Method Details

DynamicComFunctionWrapper() public méthode

public DynamicComFunctionWrapper ( COMRegistry registry, MethodInfo mi, object target ) : System
registry COMRegistry
mi System.Reflection.MethodInfo
target object
Résultat System

TryInvoke() public méthode

public TryInvoke ( InvokeBinder binder, object args, object &result ) : bool
binder System.Dynamic.InvokeBinder
args object
result object
Résultat bool