DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomGlobal Class / RunningInDocker Property






In This Topic
    RunningInDocker Property
    In This Topic
    Flag to see if application is runner in a Docker container
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property RunningInDocker As System.Boolean
    'Usage
     
    
    Dim value As System.Boolean
     
    value = DicomGlobal.RunningInDocker
    public static System.bool RunningInDocker {get;}
    public read-only property RunningInDocker: System.Boolean; static; 
    public static function get RunningInDocker : System.boolean
    public: __property static System.bool get_RunningInDocker();
    public:
    static property System.bool RunningInDocker {
       System.bool get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also