Static utility class for using C# reflection functions, used in WMG_Data_Source.
More...
Static utility class for using C# reflection functions, used in WMG_Data_Source.
◆ CreateDelegate()
static Delegate WMG_Reflection.CreateDelegate |
( |
Type |
type, |
|
|
object |
target, |
|
|
MethodInfo |
method |
|
) |
| |
|
static |
◆ GetField()
static FieldInfo WMG_Reflection.GetField |
( |
Type |
type, |
|
|
string |
name |
|
) |
| |
|
static |
◆ GetMethod()
static MethodInfo WMG_Reflection.GetMethod |
( |
Type |
type, |
|
|
string |
name |
|
) |
| |
|
static |
◆ GetProperty()
static PropertyInfo WMG_Reflection.GetProperty |
( |
Type |
type, |
|
|
string |
name |
|
) |
| |
|
static |
◆ IsAssignableFrom()
static bool WMG_Reflection.IsAssignableFrom |
( |
Type |
first, |
|
|
Type |
second |
|
) |
| |
|
static |
◆ IsEnum()
static bool WMG_Reflection.IsEnum |
( |
Type |
type | ) |
|
|
static |
◆ IsValueType()
static bool WMG_Reflection.IsValueType |
( |
Type |
type | ) |
|
|
static |
The documentation for this class was generated from the following file:
- C:/Users/Stuart/Documents/Unity Projects/Graph Maker 5.0.1/Assets/Graph_Maker/Scripts/Utils/WMG_Reflection.cs