C# Class StatLight.Client.Harness.Hosts.ReflectionInfoHelper

Afficher le fichier Open project: staxmanade/StatLight Class Usage Examples

Méthodes publiques

Méthode Description
ClassNameIncludingParentsIfNested ( this type ) : string
FullName ( this methodInfo ) : string
HandleReflectionTypeLoadException ( ReflectionTypeLoadException rfex ) : void

Method Details

ClassNameIncludingParentsIfNested() public static méthode

public static ClassNameIncludingParentsIfNested ( this type ) : string
type this
Résultat string

FullName() public static méthode

public static FullName ( this methodInfo ) : string
methodInfo this
Résultat string

HandleReflectionTypeLoadException() public static méthode

public static HandleReflectionTypeLoadException ( ReflectionTypeLoadException rfex ) : void
rfex System.Reflection.ReflectionTypeLoadException
Résultat void