C# Класс MsgPack.Serialization.Reflection.ReflectionExtensions

Defines utility extension method for reflection API.
Показать файл Открыть проект

Открытые методы

Метод Описание
IsAssignableTo ( this source, Type target ) : bool

Determines whether specified Type can be assigned to source Type.

ToILString ( this source ) : string

Get IL friendly attributes string.

Приватные методы

Метод Описание
AddString ( StringBuilder buffer, MethodAttributes source, MethodAttributes flag, string stringified ) : void
AddString ( StringBuilder buffer, MethodImplAttributes source, MethodImplAttributes flag, string stringified ) : void

Описание методов

IsAssignableTo() публичный статический Метод

Determines whether specified Type can be assigned to source Type.
public static IsAssignableTo ( this source, Type target ) : bool
source this The source type.
target System.Type The type to compare with the source type.
Результат bool

ToILString() публичный статический Метод

Get IL friendly attributes string.
public static ToILString ( this source ) : string
source this .
Результат string