Click or drag to resize

HPluginCreateHPatchOperation Method

Overload List
  NameDescription
Protected methodCreateHPatchOperation(MethodBase, MethodInfo, HPatchLocation, Int32)
Creates a new patch operation using the supplied target method, stub method, and patch location.
Protected methodCreateHPatchOperation(MethodBase, String, HPatchLocation, Int32)
Creates a new patch operation using the supplied target method, stub method name from this class, and patch location.
Protected methodCreateHPatchOperation(String, String, MethodInfo, HPatchLocation, Int32)
Creates a new patch operation using the supplied target type name, target method name, stub method, and patch location.
Protected methodCreateHPatchOperation(String, String, String, HPatchLocation, Int32)
Creates a new patch operation using the supplied target type name, target method name, stub method name, and patch location.
Protected methodCreateHPatchOperation(Type, String, MethodInfo, HPatchLocation, Int32)
Creates a new patch operation using the supplied target type and method name, stub method, and patch location.
Protected methodCreateHPatchOperation(Type, String, String, HPatchLocation, Int32)
Creates a new patch operation using the supplied target type and method name, stub method name, and patch location.
Protected methodCreateHPatchOperation(String, String, Int32, String, HPatchLocation, Int32)
Creates a new patch operation using the supplied target type name, target method name, target method parameter count, stub method name, and patch location.
Protected methodCreateHPatchOperation(String, String, Int32, Type, String, HPatchLocation, Int32)
Creates a new patch operation using the supplied target type name, target method name, target method parameter count, target method last parameter type, stub method name, and patch location.
Top
See Also