|
MethodInfoExtensions Class
|
Defines extensions methods related to MethodInfo.
Inheritance Hierarchy
SystemObject
GSF.ReflectionMethodInfoExtensions
Namespace: GSF.ReflectionAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.246-beta+ff392465a0262ee2737937d4127fc3c2f08c6dcd
Syntaxpublic static class MethodInfoExtensions
<ExtensionAttribute>
Public NotInheritable Class MethodInfoExtensions
[ExtensionAttribute]
public ref class MethodInfoExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type MethodInfoExtensions = class end
GSF.Reflection.MethodInfoExtensions = function();
Type.createClass(
'GSF.Reflection.MethodInfoExtensions');
View SourceThe MethodInfoExtensions type exposes the following members.
Methods
Remarks
Many of these functions help generate compiled IL code that can execute a method of a class.
See Also