SetIgnoreType Method

Summary

Sets a type to ignore from the loaded add-in's DLLs.

Syntax
C#
VB
C++
public void SetIgnoreType( 
   string name, 
   Type type 
) 
  
Public Sub SetIgnoreType( _ 
   ByVal name As String, _ 
   ByVal type As Type _ 
)  
public: 
void SetIgnoreType(  
   String^ name, 
   Type^ type 
)  

Parameters

name
The name for the type.

type
The type to ignore from the add-in's DLL.

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly