Graph Maker
WMG_Reflection Class Reference

Static utility class for using C# reflection functions, used in WMG_Data_Source. More...

Static Public Member Functions

static bool IsValueType (Type type)
 
static PropertyInfo GetProperty (Type type, string name)
 
static MethodInfo GetMethod (Type type, string name)
 
static bool IsEnum (Type type)
 
static FieldInfo GetField (Type type, string name)
 
static Delegate CreateDelegate (Type type, object target, MethodInfo method)
 
static bool IsAssignableFrom (Type first, Type second)
 

Detailed Description

Static utility class for using C# reflection functions, used in WMG_Data_Source.

Member Function Documentation

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