C# 클래스 amqplib_generator.Program

파일 보기 프로젝트 열기: Azure/azure-uamqp-c

공개 메소드들

메소드 설명
GetCType ( string amqp_type, bool multiple ) : string
GetDescriptor ( type type ) : descriptor
GetDescriptorCode ( descriptor descriptor ) : System.UInt64
GetMandatoryArgList ( type type ) : string
GetMandatoryArgListMock ( type type ) : string
GetMandatoryArgs ( type type ) : int>>.ICollection
GetTypeByName ( ICollection types, string type_name ) : type
LoadAMQPTypes ( ) : amqp

비공개 메소드들

메소드 설명
Main ( string args ) : void

메소드 상세

GetCType() 공개 정적인 메소드

public static GetCType ( string amqp_type, bool multiple ) : string
amqp_type string
multiple bool
리턴 string

GetDescriptor() 공개 정적인 메소드

public static GetDescriptor ( type type ) : descriptor
type type
리턴 descriptor

GetDescriptorCode() 공개 정적인 메소드

public static GetDescriptorCode ( descriptor descriptor ) : System.UInt64
descriptor descriptor
리턴 System.UInt64

GetMandatoryArgList() 공개 정적인 메소드

public static GetMandatoryArgList ( type type ) : string
type type
리턴 string

GetMandatoryArgListMock() 공개 정적인 메소드

public static GetMandatoryArgListMock ( type type ) : string
type type
리턴 string

GetMandatoryArgs() 공개 정적인 메소드

public static GetMandatoryArgs ( type type ) : int>>.ICollection
type type
리턴 int>>.ICollection

GetTypeByName() 공개 정적인 메소드

public static GetTypeByName ( ICollection types, string type_name ) : type
types ICollection
type_name string
리턴 type

LoadAMQPTypes() 공개 정적인 메소드

public static LoadAMQPTypes ( ) : amqp
리턴 amqp