NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TypeConverter.CreateInstance (PersistInfo)

Recreates an object given its PersistInfo. This information was generated by a prior call to GetPersistInfo.

[Visual Basic]
Overloads Public Function CreateInstance( _
   ByVal persistInfo As PersistInfo _
) As Object
[C#]
public object CreateInstance(
   PersistInfo persistInfo
);
[C++]
public: Object* CreateInstance(
   PersistInfo* persistInfo
);
[JScript]
public function CreateInstance(
   persistInfo : PersistInfo
) : Object;

Parameters

persistInfo
A PersistInfo that specifies the persistence information to use when re-creating the object.

Return Value

An object representing the given PersistInfo.

Remarks

Recreates an object given its PersistInfo. This information was generated by a prior call to GetPersistInfo.

See Also

TypeConverter Class | TypeConverter Members | System.ComponentModel Namespace | TypeConverter.CreateInstance Overload List | PersistInfo