This documentation is archived and is not being maintained.
Freezable::CreateInstanceCore Method
Visual Studio 2010
When implemented in a derived class, creates a new instance of the Freezable derived class.
Assembly: WindowsBase (in WindowsBase.dll)
Do not call this method directly (except when calling base in an implementation). This method is called internally by the CreateInstance method whenever a new instance of the Freezable is created.
Notes to InheritorsEvery Freezable derived class must implement this method. A typical implementation is to simply call the default constructor and return the result.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: