DotMSN

MSNObject Constructor (String, Stream, MSNObjectType, String)

Constructs a MSN object based on a (memory)stream. The client programmer is responsible for inserting this object in the global msn object collection. The stream must remain open during the whole life-length of the application.

[Visual Basic]
Overloads Public Sub New( _
   ByVal creator As String, _
   ByVal inputStream As Stream, _
   ByVal type As MSNObjectType, _
   ByVal location As String _
)
[C#]
public MSNObject(
   string creator,
   Stream inputStream,
   MSNObjectType type,
   string location
);

Parameters

creator
inputStream
type
location

See Also

MSNObject Class | XihSolutions.DotMSN Namespace | MSNObject Constructor Overload List