A
Alfred Hutter
Hi,
To get a byref type, i'm using Type.GetType() and append an "&" at the end of the type name.
If I try to use this in Compact Framework i always get a System.TypeLoadException.
For example: Type type = Type.GetType( "System.Int32&", true );
If anyone has any suggestions, please let me know.
Thanks, Alfred
To get a byref type, i'm using Type.GetType() and append an "&" at the end of the type name.
If I try to use this in Compact Framework i always get a System.TypeLoadException.
For example: Type type = Type.GetType( "System.Int32&", true );
If anyone has any suggestions, please let me know.
Thanks, Alfred