Creating value types from a Type instance

A

Andrew Jarvis

I can create an arbitrary class from its Type instance calling the Invoke
method of a ConstructorInfo returned by its GetConstructor method.

How do I create a value type class that does not have a constructor?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top