- Namespace
- Statiq
.Core - Base Types
-
- object
Syntax
public static class ReflectionHelper
Methods
| Name | Return Value | Summary |
|---|---|---|
| GetCallableMethods |
IEnumerable |
static
|
| Get |
IEnumerable |
static
|
| GetCallSignatures |
IEnumerable |
static
|
| GetExtensionMethods |
IEnumerable |
static
|
| GetMethodSignature |
string |
Return the method signature as a string.
static
|
| GetPropertySignature |
string |
static
|
| GetTypeName |
string |
Get full type name with full namespace names.
static
|