Package: NET
Members of .NET assembly
NET.Assembly object returns names of the members of an assembly.
NET.Assembly
The NET.addAssembly function creates an instance of this class.
NET.addAssembly
AssemblyHandle
Instance of System.Reflection.Assembly class of the added assembly.
System.Reflection.Assembly
Classes
nClassx1 cell array of class names of the assembly, where nClass is the number of classes.
nClass
1
Enums
nEnumx1 cell array of enumerations of the assembly, where nEnum is the number of enumerations.
nEnum
Structures
nStructx1 cell array of structures of the assembly, where nStruct is the number of structures.
nStruct
GenericTypes
nGenTypex1 cell array of generic types of the assembly, where nGenType is the number of generic types.
nGenType
Interfaces
nInterfacex1 cell array of interface names of the assembly, where nInterface is the number of interfaces.
nInterface
Delegates
nDelegatex1 cell array of delegates of the assembly, where nDelegate is the number of delegates.
nDelegate