Culture-Sensitive VB.NET Method
using System
public Function CreateInstanceAndUnwrap(assemblyFile As String, typeName As String) As ObjectHandle
public Function CreateInstanceAndUnwrap(assemblyFile As String, typeName As String, activationAttributes As Object()) As ObjectHandle
public Function CreateInstanceAndUnwrap(assemblyFile As String, typeName As String, ignoreCase As Boolean, bindingAttr As BindingFlags, binder As Binder, args As Object(), culture As CultureInfo, activationAttributes As Object(), securityAttributes As Evidence) As ObjectHandle
Internationalization (I18n) Method Overview
Creates a new instance of the specified type. Parameters specify
the name of the type, and how it is found and created.
See Microsoft's
MSDN online documentation for more information.
I18n Issues
The AppDomain class method CreateInstanceAndUnwrap should be passed
a CultureInfo argument to ensure that any culture-sensitive arguments, such as dates or times,
are interpreted properly.
Culture and Number Format Information
|