Visual Basic (Declaration) | |
---|---|
Public Overloads Function CreateInstance( _ ByVal stream As Stream _ ) As PersistableObject |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As SerializationInfoProvider Dim stream As Stream Dim value As PersistableObject value = instance.CreateInstance(stream) |
C# | |
---|---|
public PersistableObject CreateInstance( Stream stream ) |
C++/CLI | |
---|---|
public: PersistableObject^ CreateInstance( Stream^ stream ) |
Parameters
- 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