DotMSN

NSMessage Constructor (String, String[])

Constructor providing initial values.

[Visual Basic]
Overloads Public Sub New( _
   ByVal command As String, _
   ByVal commandValues As String() _
)
[C#]
public NSMessage(
   string command,
   string[] commandValues
);

See Also

NSMessage Class | XihSolutions.DotMSN.Core Namespace | NSMessage Constructor Overload List