|   | MethodInfoExtensions Class | 
        
        
            Defines extensions methods related to MethodInfo.
            
        
          
             Inheritance Hierarchy
Inheritance Hierarchy
         
        
          SystemObject
          
  GSF.ReflectionMethodInfoExtensions
        
        Namespace: GSF.ReflectionAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
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');
The MethodInfoExtensions type exposes the following members.
 Methods
Methods Remarks
Remarks
            Many of these functions help generate compiled IL code that can execute a method of a class.
            
 See Also
See Also