NET.Assembly class

Package: NET

Members of .NET assembly

Description

NET.Assembly object returns names of the members of an assembly.

Construction

The NET.addAssembly function creates an instance of this class.

Properties

AssemblyHandle

Instance of System.Reflection.Assembly class of the added assembly.

Classes

nClassx1 cell array of class names of the assembly, where nClass is the number of classes.

Enums

nEnumx1 cell array of enumerations of the assembly, where nEnum is the number of enumerations.

Structures

nStructx1 cell array of structures of the assembly, where nStruct is the number of structures.

GenericTypes

nGenTypex1 cell array of generic types of the assembly, where nGenType is the number of generic types.

Interfaces

nInterfacex1 cell array of interface names of the assembly, where nInterface is the number of interfaces.

Delegates

nDelegatex1 cell array of delegates of the assembly, where nDelegate is the number of delegates.