C# Класс StatLight.Client.Harness.Hosts.ReflectionInfoHelper

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ClassNameIncludingParentsIfNested ( this type ) : string
FullName ( this methodInfo ) : string
HandleReflectionTypeLoadException ( ReflectionTypeLoadException rfex ) : void

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

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

public static ClassNameIncludingParentsIfNested ( this type ) : string
type this
Результат string

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

public static FullName ( this methodInfo ) : string
methodInfo this
Результат string

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

public static HandleReflectionTypeLoadException ( ReflectionTypeLoadException rfex ) : void
rfex System.Reflection.ReflectionTypeLoadException
Результат void