Class Reflector
public class Reflector : SimpleReflector
- Inheritance
-
Reflector
- Inherited Members
- Extension Methods
Constructors
Reflector()
public Reflector()
Methods
FindConstants(Type, char?)
public Dictionary<string, string> FindConstants(Type type, char? separator = null)
Parameters
Returns
GetClassName(Type)
Returns the assembly-qualified class name without the version, culture, and public key token.
public string GetClassName(Type type)
Parameters
typeType
Returns
GetResourceName(Type)
Convert the type name (including namespace) to a kebab-case relative path.
public string GetResourceName(Type type)
Parameters
typeType
Returns
GetSerializeProperties<T>(string)
public static PropertyInfo[] GetSerializeProperties<T>(string includes)
Parameters
includesstring
Returns
Type Parameters
T