GeneratorContextShouldCreateNewSlot Method |
Checks if the method has the same signature as a method that was marked as
one that should generate a new vtable slot.
Namespace: X3Platform.DynamicProxyAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic bool ShouldCreateNewSlot(
MethodInfo method
)
public:
bool ShouldCreateNewSlot(
MethodInfo^ method
)
Parameters
- method
- Type: System.ReflectionMethodInfo
[Missing <param name="method"/> documentation for "M:X3Platform.DynamicProxy.GeneratorContext.ShouldCreateNewSlot(System.Reflection.MethodInfo)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:X3Platform.DynamicProxy.GeneratorContext.ShouldCreateNewSlot(System.Reflection.MethodInfo)"]
See Also