Show / Hide Table of Contents

Class Descriptor

The descriptor of a described type.

Inheritance
System.Object
Descriptor
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Amqp.Types
Assembly: Amqp.Net.dll
Syntax
public sealed class Descriptor

Constructors

Descriptor(UInt64, String)

Initializes a descriptor object.

Declaration
public Descriptor(ulong code, string name)
Parameters
Type Name Description
System.UInt64 code

The descriptor code.

System.String name

The descriptor name.

Fields

Code

The descriptor code.

Declaration
public readonly ulong Code
Field Value
Type Description
System.UInt64

Name

The descriptor name.

Declaration
public readonly string Name
Field Value
Type Description
System.String

Methods

ToString()

Returns a string that represents the current descriptor object.

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX