ClrAssemblyFile Class

Definition

Contains the name, debug type and block of data for a ClrAssemblyFile. This class cannot be inherited.

[System.Runtime.InteropServices.Guid("09AEB310-E5ED-4ba2-A58B-440FA42CB09C")]
public sealed class ClrAssemblyFile : ICloneable
[<System.Runtime.InteropServices.Guid("09AEB310-E5ED-4ba2-A58B-440FA42CB09C")>]
type ClrAssemblyFile = class
    interface ICloneable
Public NotInheritable Class ClrAssemblyFile
Implements ICloneable
Inheritance
ClrAssemblyFile
Attributes
Implements

Constructors

ClrAssemblyFile()

Initializes a new instance of ClrAssemblyFile using the default values.

ClrAssemblyFile(String)

nitializes a new instance of ClrAssemblyFile using the specified name.

ClrAssemblyFile(String, ClrAssemblyFileType)

nitializes a new instance of ClrAssemblyFile using the specified name and type.

Properties

Data

Gets the Data associated with a ClrAssemblyFile.

Name

Gets and sets the name of the ClrAssemblyFile.

Type

Gets or sets the type of ClrAssemblyFile; where type refers to debug status.

Methods

Clone()

Returns a clone of the object.

CopyTo(ClrAssemblyFile)

Copies the content of this object to another object (the destination).

LoadData(String)

Loads the ClrAssemblyFile data.

Explicit Interface Implementations

ICloneable.Clone()

Applies to