Table of Contents

Class ReflectionExtensions

Namespace
MonkeyLoader
Assembly
MonkeyLoader.dll

Contains helpful methods to help with reflection.

public static class ReflectionExtensions
Inheritance
ReflectionExtensions
Inherited Members

Methods

CompactDescription(MethodBase)

Gets a compact, human-readable description of any kind of method without assembly details but with generics.

public static string CompactDescription(this MethodBase member)

Parameters

member MethodBase

The method to format.

Returns

string

The human-readable description of the method.

CompactDescription(Type)

Gets a compact, human-readable description of a type.

public static string CompactDescription(this Type type)

Parameters

type Type

The type to format.

Returns

string

The human-readable description of the type.