Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IbmPrinter Class / IbmPrinter Constructor


In This Topic
    IbmPrinter Constructor
    In This Topic
    Initializes a new instance of the IbmPrinter class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal printerService As Object _
    )
    'Usage
     
    
    Dim printerService As Object
     
    Dim instance As New IbmPrinter(printerService)
    public IbmPrinter( 
       object printerService
    )

    Parameters

    printerService
    See Also