ClrAssemblyFile Class

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

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

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.ClrAssemblyFile

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.