Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
[Ceci est une documentation préliminaire, sous réserve de modification.]
Crée un nouveau proxy dynamique crée à partir de l'objet target passé en paramètre
Espace de nom : Developpez.Dotnet.DiagnosticsAssembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
Syntaxe
C# |
---|
public static T Create( T target, out MethodCallMonitor<T> proxy ) |
Visual Basic (Déclaration) |
---|
Public Shared Function Create ( _ target As T, _ <OutAttribute> ByRef proxy As MethodCallMonitor(Of T) _ ) As T |
Visual C++ |
---|
public: static T Create( T target, [OutAttribute] MethodCallMonitor<T>^% proxy ) |
Paramètres
- target
- Type: T
Objet pour lequel créer un proxy
- proxy
- Type: Developpez.Dotnet.Diagnostics..::..MethodCallMonitor<(Of <(<'T>)>)>%
Paramètre de sortie qui reçoit le MethodCallMonitor créé