Show / Hide Table of Contents

Class ApiReflection

Holder for reflection information generated from google/protobuf/api.proto

Inheritance
System.Object
ApiReflection
Inherited Members
System.Object.ToString()
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: Google.Protobuf.WellKnownTypes
Assembly: Google.Protobuf.dll
Syntax
public static class ApiReflection

Properties

Descriptor

File descriptor for google/protobuf/api.proto

Declaration
public static FileDescriptor Descriptor { get; }
Property Value
Type Description
FileDescriptor
Back to top