Click or drag to resize

TypeInfoReflectMethods Method

Returns a sorted list of the methods in an Object.

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.0.8475.0
Syntax
C#
public static IDictionary<string, MethodInfo> ReflectMethods(
	Object? target
)

Parameters

target  Object
The Object whose methods to examine.

Return Value

IDictionaryString, MethodInfo
A SortedDictionaryTKey, TValue containing the names of the methods as keys with the MethodInfo structure defining the methods as data.
See Also