Share via


ClrAssemblyFile Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of ClrAssemblyFile.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method ClrAssemblyFile() Initializes a new instance of ClrAssemblyFile using the default values.
Public method ClrAssemblyFile(String) Initializes a new instance of ClrAssemblyFile using a name.
Public method ClrAssemblyFile(String, ClrAssemblyFileType) Initializes a new instance of ClrAssemblyFile using a name and type.

Top