Creates a MSNObject.
Creates a MSNObject.
public MSNObject();
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.
public MSNObject(string,Stream,MSNObjectType,string);
Constructs a MSN object based on a physical file. The client programmer is responsible for inserting this object in the global msn object collection.
public MSNObject(string,string,MSNObjectType);
MSNObject Class | XihSolutions.DotMSN Namespace