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.]
Renvoi un objet du type de T, auquel on peut attacher des évènements grâce à wrappedEvents
Namespace:
Developpez.DotnetAssembly: Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public static T WrapForCallMonitor<T>( this MarshalByRefObject obj, out MethodCallMonitor<T> wrappedEvents ) where T : MarshalByRefObject |
Visual Basic (Declaration) |
---|
<ExtensionAttribute> _ Public Shared Function WrapForCallMonitor(Of T As MarshalByRefObject) ( _ obj As MarshalByRefObject, _ <OutAttribute> ByRef wrappedEvents As MethodCallMonitor(Of T) _ ) As T |
Visual C++ |
---|
[ExtensionAttribute] public: generic<typename T> where T : MarshalByRefObject static T WrapForCallMonitor( MarshalByRefObject^ obj, [OutAttribute] MethodCallMonitor<T>^% wrappedEvents ) |
Parameters
- obj
- Type: System..::.MarshalByRefObject
[Missing <param name="obj"/> documentation for "M:Developpez.Dotnet.MethodCallMonitorExtensions.WrapForCallMonitor``1(System.MarshalByRefObject,Developpez.Dotnet.MethodCallMonitor{``0}@)"]
- wrappedEvents
- Type:
Developpez.Dotnet..::.MethodCallMonitor<(Of <(T>)>)
%
Classe qui va permettre d'intercepter les appels aux méthodes de la fonction via des évènements
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:Developpez.Dotnet.MethodCallMonitorExtensions.WrapForCallMonitor``1(System.MarshalByRefObject,Developpez.Dotnet.MethodCallMonitor{``0}@)"]