LoggingProxy(T) Members

Dal.Audit

LoggingProxy<(Of <(<'T>)>)> Members

The LoggingProxy<(Of <(<'T>)>)> type exposes the following members.

Methods


  Name Description
Protected method AttachServer(System.MarshalByRefObject)
Attaches the current proxy instance to the specified remote MarshalByRefObject.
(Inherited from RealProxy.)
Public method Static member Create
Creates the specified instance.
Public method CreateObjRef(System.Type)
Creates an ObjRef for the specified object type, and registers it with the remoting infrastructure as a client-activated object.
(Inherited from RealProxy.)
Protected method DetachServer
Detaches the current proxy instance from the remote server object that it represents.
(Inherited from RealProxy.)
Public method Equals(System.Object)
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetCOMIUnknown(System.Boolean)
Requests an unmanaged reference to the object represented by the current proxy instance.
(Inherited from RealProxy.)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
Adds the transparent proxy of the object represented by the current instance of RealProxy to the specified SerializationInfo.
(Inherited from RealProxy.)
Public method GetProxiedType
Returns the Type of the object that the current instance of RealProxy represents.
(Inherited from RealProxy.)
Public method GetTransparentProxy
Returns the transparent proxy for the current instance of RealProxy.
(Inherited from RealProxy.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method GetUnwrappedServer
Returns the server object that is represented by the current proxy instance.
(Inherited from RealProxy.)
Public method InitializeServerObject(System.Runtime.Remoting.Activation.IConstructionCallMessage)
Initializes a new instance of the object Type of the remote object that the current instance of RealProxy represents with the specified IConstructionCallMessage.
(Inherited from RealProxy.)
Public method Invoke(IMessage)
When overridden in a derived class, invokes the method that is specified in the provided IMessage on the remote object that is represented by the current instance.
Public method Invoke(System.Runtime.Remoting.Messaging.IMessage)
When overridden in a derived class, invokes the method that is specified in the provided IMessage on the remote object that is represented by the current instance.
(Inherited from RealProxy.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method SetCOMIUnknown(System.IntPtr)
Stores an unmanaged proxy of the object that is represented by the current instance.
(Inherited from RealProxy.)
Public method SupportsInterface(System.Guid@)
Requests a COM interface with the specified ID.
(Inherited from RealProxy.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)