Skip to content

vicboma1/Reflection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Reflection

Analytics

Instance

internal static T CreateInstanceDefaultExpressionLambda(Type instance)
internal static T CreateInstanceConstructor(Type instance)
internal static T CreateInstanceConstructor(Type instance, Type[] typesObject, object[] obj)
internal static T CreateActivatorInstance(Type instance, object[] obj)
internal static T CreateActivatorInstance(Type instance)
internal static T CreateActivatorInstance(String _namespace)

Property

internal static T GetInstanceProperty(object instance, string propertyName);

Field

internal static T GetInstanceField(object instance, string fieldName)

Coverage 100%

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages