ScriptCommand Constructor (Source, TimeSpan, String, String)

Initializes a new instance of the ScriptCommand class tied to a non-default source.

Namespace: Microsoft.Expression.Encoder
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)

Syntax

'Declaration
Public Sub New ( _
    mediaSource As Source, _
    time As TimeSpan, _
    type As String, _
    command As String _
)
'Usage
Dim mediaSource As Source
Dim time As TimeSpan
Dim type As String
Dim command As String

Dim instance As New ScriptCommand(mediaSource, time, type, command)
public ScriptCommand (
    Source mediaSource,
    TimeSpan time,
    string type,
    string command
)
public:
ScriptCommand (
    Source^ mediaSource, 
    TimeSpan time, 
    String^ type, 
    String^ command
)

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

ScriptCommand Class
ScriptCommand Members
Microsoft.Expression.Encoder Namespace