DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / LicenseDialog Class / Invoke Method / Invoke(Delegate) Method






    Invoke(Delegate) Method
    Syntax
    'Declaration
     
    
    Public Overloads Function Invoke( _
       ByVal method As System.Delegate _
    ) As System.Object
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim method As System.Delegate
    Dim value As System.Object
     
    value = instance.Invoke(method)

    Parameters

    method
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also