C# Class log4net.Tests.Utils

Summary description for Class1.
Afficher le fichier Open project: aurora-sim/Aurora-Libs

Méthodes publiques

Méthode Description
CreateInstance ( Type targetType ) : object
CreateInstance ( string targetType ) : object
GetField ( object target, string name ) : object
GetProperty ( object target, string name ) : object
InvokeMethod ( Type target, string name ) : object
InvokeMethod ( object target, string name ) : object
SetField ( object target, string name, object val ) : void
SetProperty ( object target, string name, object val ) : void

Private Methods

Méthode Description
GetTypesArray ( object args ) : System.Type[]
Utils ( ) : System

Method Details

CreateInstance() public static méthode

public static CreateInstance ( Type targetType ) : object
targetType System.Type
Résultat object

CreateInstance() public static méthode

public static CreateInstance ( string targetType ) : object
targetType string
Résultat object

GetField() public static méthode

public static GetField ( object target, string name ) : object
target object
name string
Résultat object

GetProperty() public static méthode

public static GetProperty ( object target, string name ) : object
target object
name string
Résultat object

InvokeMethod() public static méthode

public static InvokeMethod ( Type target, string name ) : object
target System.Type
name string
Résultat object

InvokeMethod() public static méthode

public static InvokeMethod ( object target, string name ) : object
target object
name string
Résultat object

SetField() public static méthode

public static SetField ( object target, string name, object val ) : void
target object
name string
val object
Résultat void

SetProperty() public static méthode

public static SetProperty ( object target, string name, object val ) : void
target object
name string
val object
Résultat void