I have an application which I\'m interested in eventually porting to mono so I\'m trying to avoid using p/invoke\'s to accomplish this task.
I would like to load a c
Simple: YOU CAN NOT - the functionaltiy you ask for is not part of the .NET framework, so you need to go native.
If you application needds porting to mono, isloate this code in one class so you can turn if off like with a compiler switch - not hard.