Culture-Sensitive VB.NET Method
Using System
public Function CreateInstanceFromAndUnwrap(assemblyFile As String, typeName As String) As ObjectHandle
public Function CreateInstanceFromAndUnwrap(assemblyFile As String, typeName As String, activationAttributes As Object()) As ObjectHandle
public Function CreateInstanceFromAndUnwrap(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
The CreateInstanceFromAndUnwrap method creates a new instance of the specified
type defined in the specified assembly file.
See Microsoft's
MSDN online documentation for more information.
I18n Issues
The AppDomain class method CreateInstanceFromAndUnwrap should be passed a CultureInfo argument to ensure that
any culture-sensitive arguments, such as numbers or dates, are interpreted properly.
Culture and Number Format Information
|