Table of Contents

Class IceGeneratedCodeAttribute

Namespace
IceRpc.Ice.Codec
Assembly
IceRpc.dll

Represents an assembly attribute for assemblies that contain Ice generated code.

[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public sealed class IceGeneratedCodeAttribute : Attribute
Inheritance
IceGeneratedCodeAttribute
Inherited Members

Constructors

IceGeneratedCodeAttribute(string)

Constructs a new instance of IceGeneratedCodeAttribute.

public IceGeneratedCodeAttribute(string sourceFileName)

Parameters

sourceFileName string

The name of the source file.

Properties

SourceFileName

Gets the name of the file that contains the Ice definitions.

public string SourceFileName { get; }

Property Value

string