Main Content

NET.Assembly class

Package: NET

Members of .NET assembly

Description

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

Creation

Use the NET.addAssembly function to create an instance of this class.

Properties

expand all

Instance of the assembly, specified as a System.Reflection.Assembly object.

Attributes:

GetAccess
public
SetAccess
private

Class names, specified as an nClassx1 cell array of character vectors, where nClass is the number of classes in the assembly.

Example: 'System.Speech.Synthesis.InstalledVoice'

Attributes:

GetAccess
public
SetAccess
private

Data Types: char

Enumeration names, specified as an nEnumx1 cell array of character vectors, where nEnum is the number of enumerations in the assembly.

Example: 'System.Speech.Synthesis.PromptVolume'

Attributes:

GetAccess
public
SetAccess
private

Data Types: char

Structure names, specified as an nStructx1 cell array of character vectors, where nStruct is the number of structures in the assembly.

Example: 'System.Speech.Synthesis.TtsEngine.SpeechEventInfo'

Attributes:

GetAccess
public
SetAccess
private

Data Types: char

Generic type names in the assembly, specified as an nGenTypex1 cell array of character vectors, where nGenType is the number of generic types in the assembly.

Attributes:

GetAccess
public
SetAccess
private

Data Types: char

Interface names, specified as an nInterfacex1 cell array of character vectors, where nInterface is the number of interfaces in the assembly.

Example: 'Microsoft.Office.Interop.Word.FontNames'

Attributes:

GetAccess
public
SetAccess
private

Data Types: char

Delegate names, specified as an nDelegatex1 cell array of character vectors, where nDelegate is the number of delegates in the assembly.

Example: 'System.Windows.Forms.ColumnClickEventHandler'

Attributes:

GetAccess
public
SetAccess
private

Data Types: char

Version History

Introduced in R2009a