Click or drag to resize
TypeExtensionsGetFieldValue Method

[Missing <summary> documentation for "M:Slash.Reflection.Extensions.TypeExtensions.GetFieldValue(System.Type,System.Object,System.String)"]

Namespace: Slash.Reflection.Extensions
Assembly: Slash.Reflection (in Slash.Reflection.dll) Version: 1.0.6018.40175
Syntax
public static Object GetFieldValue(
	this Type type,
	Object o,
	string fieldName
)

Parameters

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:Slash.Reflection.Extensions.TypeExtensions.GetFieldValue(System.Type,System.Object,System.String)"]

o
Type: SystemObject

[Missing <param name="o"/> documentation for "M:Slash.Reflection.Extensions.TypeExtensions.GetFieldValue(System.Type,System.Object,System.String)"]

fieldName
Type: SystemString

[Missing <param name="fieldName"/> documentation for "M:Slash.Reflection.Extensions.TypeExtensions.GetFieldValue(System.Type,System.Object,System.String)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Slash.Reflection.Extensions.TypeExtensions.GetFieldValue(System.Type,System.Object,System.String)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Type. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also