Documentation de Dvp.Net. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Namespace:
Developpez.Dotnet
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.]
[Missing <summary> documentation for "T:Developpez.Dotnet.MethodCallMonitor`1"]
Assembly: Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public class MethodCallMonitor<T> : RealProxy where T : MarshalByRefObject |
Visual Basic (Declaration) |
---|
Public Class MethodCallMonitor(Of T As MarshalByRefObject) _ Inherits RealProxy |
Visual C++ |
---|
generic<typename T> where T : MarshalByRefObject public ref class MethodCallMonitor : public RealProxy |
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:Developpez.Dotnet.MethodCallMonitor`1"]
Inheritance Hierarchy
System..::.Object
System.Runtime.Remoting.Proxies..::.RealProxy
Developpez.Dotnet..::.MethodCallMonitor<(Of <(T>)>)
System.Runtime.Remoting.Proxies..::.RealProxy
Developpez.Dotnet..::.MethodCallMonitor<(Of <(T>)>)