Click or drag to resize
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.DynamicProxy
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
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