InternalTypeHelper::CreateInstance Method (Type^, CultureInfo^)
.NET Framework (current version)
When overridden in a derived (generated) class, creates an instance of an internal type.
Assembly: WindowsBase (in WindowsBase.dll)
public protected: virtual Object^ CreateInstance( Type^ type, CultureInfo^ culture ) abstract
Parameters
- type
-
Type:
System::Type^
The Type to create.
- culture
-
Type:
System.Globalization::CultureInfo^
Culture specific information.
The InternalTypeHelper class is not intended for use by anything other than the WPF XAML markup compiler.
.NET Framework
Available since 3.0
Available since 3.0
Show: