InternalTypeHelper::CreateInstance Method (Type^, CultureInfo^)

 

When overridden in a derived (generated) class, creates an instance of an internal type.

Namespace:   System.Windows.Markup
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.

Return Value

Type: System::Object^

The created instance.

The InternalTypeHelper class is not intended for use by anything other than the WPF XAML markup compiler.

.NET Framework
Available since 3.0
Return to top
Show: