←Select platform

SetIgnoreType Method

Summary

Sets a type to ignore from loaded addins 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 from the addin DLL to ignore.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly