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

Show file Open project: staxmanade/StatLight Class Usage Examples

Public Methods

Method Description
ClassNameIncludingParentsIfNested ( this type ) : string
FullName ( this methodInfo ) : string
HandleReflectionTypeLoadException ( ReflectionTypeLoadException rfex ) : void

Method Details

ClassNameIncludingParentsIfNested() public static method

public static ClassNameIncludingParentsIfNested ( this type ) : string
type this
return string

FullName() public static method

public static FullName ( this methodInfo ) : string
methodInfo this
return string

HandleReflectionTypeLoadException() public static method

public static HandleReflectionTypeLoadException ( ReflectionTypeLoadException rfex ) : void
rfex System.Reflection.ReflectionTypeLoadException
return void