ClrAssemblyFile Class

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

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.ClrAssemblyFile

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<GuidAttribute("09AEB310-E5ED-4ba2-A58B-440FA42CB09C")> _
Public NotInheritable Class ClrAssemblyFile _
    Implements ICloneable
'Usage
Dim instance As ClrAssemblyFile
[GuidAttribute("09AEB310-E5ED-4ba2-A58B-440FA42CB09C")]
public sealed class ClrAssemblyFile : ICloneable
[GuidAttribute(L"09AEB310-E5ED-4ba2-A58B-440FA42CB09C")]
public ref class ClrAssemblyFile sealed : ICloneable
[<SealedAttribute>]
[<GuidAttribute("09AEB310-E5ED-4ba2-A58B-440FA42CB09C")>]
type ClrAssemblyFile =  
    class
        interface ICloneable
    end
public final class ClrAssemblyFile implements ICloneable

The ClrAssemblyFile type exposes the following members.

Constructors

  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

Properties

  Name Description
Public property Data Gets the Data associated with a ClrAssemblyFile.
Public property Name Contains the name of the ClrAssemblyFile.
Public property Type Gets or sets the type of ClrAssemblyFile; where type refers to debug status.

Top

Methods

  Name Description
Public method Clone Creates a new full copy of an object.
Public method CopyTo Copies a ClrAssemblyFile object to the specified object.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method LoadData
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICloneable.Clone

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.