fmendes
13 years agoContributor
Create Object Instance
Is it possible to create an object instance of a class my application uses?
i.e. My app uses a control called Vendor.Controls.StarEventArgs, I want to create an instance of this class - something like
var sArgs = new AppDomain("MyApp").dotNet.Vendor_Controls.StarEventArgs();
i.e. My app uses a control called Vendor.Controls.StarEventArgs, I want to create an instance of this class - something like
var sArgs = new AppDomain("MyApp").dotNet.Vendor_Controls.StarEventArgs();