DotMSN

MSNObject Constructor (String, String, MSNObjectType)

Constructs a MSN object based on a physical file. The client programmer is responsible for inserting this object in the global msn object collection.

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

Parameters

creator
fileLocation
type

See Also

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