Click here to Skip to main content
16,005,178 members
Home / Discussions / C#
   

C#

 
Generalspeech recognition Pin
AlNair13-Apr-04 2:54
AlNair13-Apr-04 2:54 
GeneralRe: speech recognition Pin
Heath Stewart13-Apr-04 4:32
protectorHeath Stewart13-Apr-04 4:32 
GeneralRe: speech recognition Pin
Nick Parker13-Apr-04 8:22
protectorNick Parker13-Apr-04 8:22 
GeneralRe: speech recognition Pin
Heath Stewart13-Apr-04 8:28
protectorHeath Stewart13-Apr-04 8:28 
GeneralRe: speech recognition Pin
Nick Parker13-Apr-04 8:59
protectorNick Parker13-Apr-04 8:59 
GeneralRe: speech recognition Pin
AlNair13-Apr-04 15:42
AlNair13-Apr-04 15:42 
General.NET Custom proxies Pin
Prasad Anand13-Apr-04 2:33
Prasad Anand13-Apr-04 2:33 
GeneralRe: .NET Custom proxies Pin
Heath Stewart13-Apr-04 3:18
protectorHeath Stewart13-Apr-04 3:18 
See Extending RealProxy[^] in the .NET Framework SDK for more information.

Basically, on a ContextBoundObject you can attribute your class with aProxyAttribute-derivative to specify the type of a RealProxy derivative class that will proxy calls (even creation calls a la new) to your object.

For instance, if you wanted to implement a singleton pattern in your application using a ContextBoundObject, you would override RealProxy.Invoke and determine if the message is an IConstructionCallMethod and either create the single instance of the class or return an existing instance (basically).

To gain more in-depth knowledge, I suggest you read "Microsoft .NET Remoting" from MS Press[^] or "Advanced .NET Remoting" from Ingo Rammer[^].

 

Microsoft MVP, Visual C#
My Articles
Generalappend keyboard/mouse input from a service when not logged in Pin
Member 69656813-Apr-04 2:14
Member 69656813-Apr-04 2:14 
GeneralRe: append keyboard/mouse input from a service when not logged in Pin
Dave Kreskowiak13-Apr-04 2:29
mveDave Kreskowiak13-Apr-04 2:29 
GeneralRe: append keyboard/mouse input from a service when not logged in Pin
Heath Stewart13-Apr-04 3:11
protectorHeath Stewart13-Apr-04 3:11 
GeneralRe: append keyboard/mouse input from a service when not logged in Pin
Member 69656813-Apr-04 23:11
Member 69656813-Apr-04 23:11 
GeneralRe: append keyboard/mouse input from a service when not logged in Pin
Dave Kreskowiak14-Apr-04 2:52
mveDave Kreskowiak14-Apr-04 2:52 
GeneralRe: append keyboard/mouse input from a service when not logged in Pin
Member 69656814-Apr-04 22:43
Member 69656814-Apr-04 22:43 
GeneralRe: append keyboard/mouse input from a service when not logged in Pin
Heath Stewart13-Apr-04 3:13
protectorHeath Stewart13-Apr-04 3:13 
GeneralInline Assembler Pin
Corinna John13-Apr-04 1:29
Corinna John13-Apr-04 1:29 
GeneralRe: Inline Assembler Pin
Nish Nishant13-Apr-04 1:44
sitebuilderNish Nishant13-Apr-04 1:44 
GeneralRe: Inline Assembler [Clickety] Pin
Colin Angus Mackay13-Apr-04 3:13
Colin Angus Mackay13-Apr-04 3:13 
GeneralRe: Inline Assembler Pin
Dave Kreskowiak13-Apr-04 2:04
mveDave Kreskowiak13-Apr-04 2:04 
GeneralRe: Inline Assembler Pin
Colin Angus Mackay13-Apr-04 3:12
Colin Angus Mackay13-Apr-04 3:12 
GeneralRe: Inline Assembler Pin
Dave Kreskowiak13-Apr-04 3:31
mveDave Kreskowiak13-Apr-04 3:31 
GeneralRe: Inline Assembler Pin
CWIZO13-Apr-04 9:08
CWIZO13-Apr-04 9:08 
GeneralRe: Inline Assembler Pin
Dave Kreskowiak13-Apr-04 9:13
mveDave Kreskowiak13-Apr-04 9:13 
GeneralRe: Inline Assembler Pin
Daniel Turini13-Apr-04 10:52
Daniel Turini13-Apr-04 10:52 
GeneralRe: Inline Assembler Pin
Dave Kreskowiak14-Apr-04 3:06
mveDave Kreskowiak14-Apr-04 3:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.