Documentation de Dvp.Net. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/

[Ceci est une documentation préliminaire, sous réserve de modification.]

[Missing <summary> documentation for "M:Developpez.Dotnet.MethodCallMonitor`1.Create(`0,Developpez.Dotnet.MethodCallMonitor{`0}@)"]

Namespace:  Developpez.Dotnet
Assembly:  Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static T Create(
	T target,
	out MethodCallMonitor<T> proxy
)
Visual Basic (Declaration)
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
)

Parameters

target
Type: T

[Missing <param name="target"/> documentation for "M:Developpez.Dotnet.MethodCallMonitor`1.Create(`0,Developpez.Dotnet.MethodCallMonitor{`0}@)"]

proxy
Type: Developpez.Dotnet..::.MethodCallMonitor<(Of <(T>)>) %

[Missing <param name="proxy"/> documentation for "M:Developpez.Dotnet.MethodCallMonitor`1.Create(`0,Developpez.Dotnet.MethodCallMonitor{`0}@)"]

Return Value

[Missing <returns> documentation for "M:Developpez.Dotnet.MethodCallMonitor`1.Create(`0,Developpez.Dotnet.MethodCallMonitor{`0}@)"]

See Also