NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Assembly.CreateInstance (String, Boolean, BindingFlags, Binder, Object[], CultureInfo, Object[])

[To be supplied.]

[Visual Basic]
Overloads Public Function CreateInstance( _
   ByVal typeName As String, _
   ByVal ignoreCase As Boolean, _
   ByVal bindingAttr As BindingFlags, _
   ByVal binder As Binder, _
   ByVal args() As Object, _
   ByVal culture As CultureInfo, _
   ByVal activationAttributes() As Object _
) As Object
[C#]
public object CreateInstance(
   string typeName,
   bool ignoreCase,
   BindingFlags bindingAttr,
   Binder binder,
   object[] args,
   CultureInfo culture,
   object[] activationAttributes
);
[C++]
public: Object* CreateInstance(
   String* typeName,
   bool ignoreCase,
   BindingFlags bindingAttr,
   Binder* binder,
   Object* args[],
   CultureInfo* culture,
   Object* activationAttributes[]
);
[JScript]
public function CreateInstance(
   typeName : String,
   ignoreCase : Boolean,
   bindingAttr : BindingFlags,
   binder : Binder,
   args : Object[],
   culture : CultureInfo,
   activationAttributes : Object[]
) : Object;

Parameters

typeName
[To be supplied.]
ignoreCase
[To be supplied.]
bindingAttr
[To be supplied.]
binder
[To be supplied.]
args
[To be supplied.]
culture
[To be supplied.]
activationAttributes
[To be supplied.]

See Also

Assembly Class | Assembly Members | System.Reflection Namespace | Assembly.CreateInstance Overload List