DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomException Class / GetType Method






In This Topic
    GetType Method (DicomException)
    In This Topic
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Public Function GetType() As System.Type
    'Usage
     
    
    Dim instance As DicomException
    Dim value As System.Type
     
    value = instance.GetType()
    [__DynamicallyInvokable()]
    public System.Type GetType()
    public function GetType(): System.Type; 
    __DynamicallyInvokableAttribute()
    public function GetType() : System.Type;
    [__DynamicallyInvokable()]
    public: System.Type* GetType(); 
    [__DynamicallyInvokable()]
    public:
    System.Type^ GetType(); 
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also