[Mono-dev] Re flection not working with System.Runtime.Remoting.Channels.CoreChannel

Mathflair mathflair at gmail.com
Wed Oct 1 21:54:30 EDT 2008


I am having a problem with the following line of code:

Type coreChannelType =
binaryServerFormatterSinkProvider.GetType().Assembly.GetType("System.Runtime.Remoting.Channels.CoreChannel");

This returns a null reference pointer.  I can't figure out why this would
happen.  My only guess is that the reflection libraries are not properly
grabbing the class since it is an internal class.

Any help on getting this working would be great.
-- 
View this message in context: http://www.nabble.com/Reflection-not-working-with-System.Runtime.Remoting.Channels.CoreChannel-tp19772228p19772228.html
Sent from the Mono - Dev mailing list archive at Nabble.com.



More information about the Mono-devel-list mailing list