For the purposes of this example, this class encapsulates the real class and proxy class to hide them from the rest of the example program. In a real program, the real class would be in its own assembly and separate from the proxy class. More...
Classes | |
class | Proxy_Class |
The proxy class that implements the IWorkByProxy. More... | |
class | Real_Class |
The real class object that does all the work. More... | |
Static Public Member Functions | |
static IWorkByProxy | CreateProxy () |
Retrieve a new instance of the proxy class. | |
For the purposes of this example, this class encapsulates the real class and proxy class to hide them from the rest of the example program. In a real program, the real class would be in its own assembly and separate from the proxy class.
Definition at line 39 of file Proxy_Class.cs.
|
inlinestatic |
Retrieve a new instance of the proxy class.
Definition at line 131 of file Proxy_Class.cs.
Referenced by Proxy_Exercise.Run().