0 out of 1 rated this helpful - Rate this topic

AppDomain.CreateInstance Method

Creates a new instance of a specified type defined in a specified assembly.
Name Description
AppDomain.CreateInstance (String, String) Creates a new instance of the specified type defined in the specified assembly.
AppDomain.CreateInstance (String, String, Object[]) Creates a new instance of the specified type defined in the specified assembly. A parameter specifies an array of activation attributes.
AppDomain.CreateInstance (String, String, Boolean, BindingFlags, Binder, Object[], CultureInfo, Object[], Evidence) Creates a new instance of the specified type defined in the specified assembly. Parameters specify a binder, binding flags, constructor arguments, culture-specific information used to interpret arguments, activation attributes, and authorization to create the type.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.