ReflectionHelper Class
Namespace
Statiq.Core
Base Types
  • object
graph BT Type-->Base0["object"] Type["ReflectionHelper"] class Type type-node

Syntax

public static class ReflectionHelper

Methods

Name Return Value Summary
GetCallableMethods(Type) IEnumerable<MethodInfo>
static
GetCallableProperties(Type) IEnumerable<PropertyInfo>
static
GetCallSignatures(Type, string, bool) IEnumerable<string>
static
GetExtensionMethods(Type, IEnumerable<Type>) IEnumerable<MethodInfo>
static
GetMethodSignature(MethodInfo, bool, bool) string
Return the method signature as a string.
static
GetPropertySignature(PropertyInfo, bool, bool) string
static
GetTypeName(Type) string
Get full type name with full namespace names.
static