How to obtain Type and Member Information from an Assembly

The CNClrLib.Host and CNClrLib.Core units contain many methods for obtaining information from an assembly. This section demonstrates one of these methods.




  
Download

Downloaded
73 times


Tags

Updated
09/05/2018


Developer
Bismark

Description

The CNClrLib.Host and CNClrLib.Core units contain many methods for obtaining information from an assembly. This section demonstrates one of these methods.

The demo demonstrates how to obtain type and member information from an assembly.

Back