PowerTCP Emulation for .NET CF
Rexec Constructor(IContainer)
See Also  Send comments on this topic.
Dart.Emulation Namespace > Rexec Class > Rexec Constructor : Rexec Constructor(IContainer)




container
The container to which the Rexec component is added.
Initializes a new instance of the Rexec component.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal container As IContainer _
)
Visual Basic (Usage)Copy Code
Dim container As IContainer
 
Dim instance As New Rexec(container)
C# 
public Rexec( 
   IContainer container
)
Managed Extensions for C++ 
public: Rexec( 
   IContainer* container
)
C++/CLI 
public:
Rexec( 
   IContainer^ container
)

Parameters

container
The container to which the Rexec component is added.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.