log4net SDK Reference

SystemInfo.GetTypeFromString Method

[This is preliminary documentation and subject to change.]

Loads the type specified in the type string.

Overload List

Loads the type specified in the type string.

public static Type GetTypeFromString(Assembly,string,bool,bool);

Loads the type specified in the type string.

public static Type GetTypeFromString(string,bool,bool);

Loads the type specified in the type string.

public static Type GetTypeFromString(Type,string,bool,bool);

See Also

SystemInfo Class | log4net.Util Namespace