Delegate NativeLibLoader.ProcCaller<delegateT>
  
  
  
  Assembly: NativeLibUtils.dll
  Syntax
  
    public delegate void NativeLibLoader.ProcCaller<delegateT>(delegateT proc_ref)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | delegateT | proc_ref |  | 
    
  
  Type Parameters
  
    
      
        | Name | Description | 
    
    
      
        | delegateT |  | 
    
  
  Constructors
  
  ProcCaller(object, nint)
  
  
  Declaration
  
    public ProcCaller(object @object, nint method)
   
  Parameters
  
  Methods
  
  BeginInvoke(delegateT, AsyncCallback, object)
  
  
  Declaration
  
    public virtual IAsyncResult BeginInvoke(delegateT proc_ref, AsyncCallback callback, object @object)
   
  Parameters
  
  Returns
  
  
  EndInvoke(IAsyncResult)
  
  
  Declaration
  
    public virtual void EndInvoke(IAsyncResult result)
   
  Parameters
  
  
  Invoke(delegateT)
  
  
  Declaration
  
    public virtual void Invoke(delegateT proc_ref)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | delegateT | proc_ref |  |