Visual Basic (Declaration) | |
---|---|
Public Overloads Function CreateInstance( _ ByVal parent As PersistableContainerObject, _ ByVal stream As Stream _ ) As PersistableObject |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As SerializationInfoProvider Dim parent As PersistableContainerObject Dim stream As Stream Dim value As PersistableObject value = instance.CreateInstance(parent, stream) |
C# | |
---|---|
public PersistableObject CreateInstance( PersistableContainerObject parent, Stream stream ) |
C++/CLI | |
---|---|
public: PersistableObject^ CreateInstance( PersistableContainerObject^ parent, Stream^ stream ) |
Parameters
- parent
- The parent for the object being created.
- stream
- The serialization info stream.
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