- 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 |
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
|