DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomServer Class / DicomServer Constructor






In This Topic
    DicomServer Constructor
    In This Topic
    Creates a DicomServer object
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New DicomServer()
    public DicomServer()
    public DicomServer(); 
    public function DicomServer();
    public: DicomServer();
    public:
    DicomServer();

    Return Value

    Remarks
    This is the Constructor method.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also