Visual Basic (Declaration) | |
---|---|
Function CreateInstance( _ ByVal parent As PersistableContainerObject, _ ByVal reader As XmlReader _ ) As PersistableObject |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ISerializationInfo Dim parent As PersistableContainerObject Dim reader As XmlReader Dim value As PersistableObject value = instance.CreateInstance(parent, reader) |
C# | |
---|---|
PersistableObject CreateInstance( PersistableContainerObject parent, XmlReader reader ) |
C++/CLI | |
---|---|
PersistableObject^ CreateInstance( PersistableContainerObject^ parent, XmlReader^ reader ) |
Parameters
- parent
- reader
Target Platforms: 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