C# Class SexyProxy.ProxyExtensions

Afficher le fichier Open project: kswoll/sexy-proxy

Méthodes publiques

Méthode Description
Invocation ( this proxy ) : Invocation

Call this to get the active invocation in your proxy class.

Method Details

Invocation() public static méthode

Call this to get the active invocation in your proxy class.
public static Invocation ( this proxy ) : Invocation
proxy this Your proxy instance.
Résultat Invocation