Creating value types from a Type instance

  • Thread starter Thread starter Andrew Jarvis
  • Start date Start date
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?
 
Back
Top