HPluginCreateHPatchOperation Method |
Name | Description | |
---|---|---|
![]() | CreateHPatchOperation(MethodBase, MethodInfo, HPatchLocation, Int32) |
Creates a new patch operation using the supplied target method, stub method, and patch location.
|
![]() | CreateHPatchOperation(MethodBase, String, HPatchLocation, Int32) |
Creates a new patch operation using the supplied target method, stub method name from this class, and patch location.
|
![]() | CreateHPatchOperation(String, String, MethodInfo, HPatchLocation, Int32) |
Creates a new patch operation using the supplied target type name, target method name, stub method, and patch location.
|
![]() | CreateHPatchOperation(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.
|
![]() | CreateHPatchOperation(Type, String, MethodInfo, HPatchLocation, Int32) |
Creates a new patch operation using the supplied target type and method name, stub method, and patch location.
|
![]() | CreateHPatchOperation(Type, String, String, HPatchLocation, Int32) |
Creates a new patch operation using the supplied target type and method name, stub method name, and patch location.
|
![]() | CreateHPatchOperation(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.
|
![]() | CreateHPatchOperation(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.
|