Click or drag to resize
GeneratorContext Class
Summary description for GeneratorContext.
Inheritance Hierarchy

Namespace: X3Platform.DynamicProxy
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public sealed class GeneratorContext : DictionaryBase

The GeneratorContext type exposes the following members.

Constructors
  NameDescription
Public methodGeneratorContext
Initializes a new instance of the GeneratorContext class
Top
Methods
  NameDescription
Public methodAddInterfaceToSkip
Public methodAddMethodToGenerateNewSlot
Public methodAddMethodToSkip
Public methodAddMixinInstance
Public methodClear (Inherited from DictionaryBase.)
Public methodCopyTo (Inherited from DictionaryBase.)
Public methodEquals (Inherited from Object.)
Public methodGetEnumerator (Inherited from DictionaryBase.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodMixinsAsArray
Public methodShouldCreateNewSlot
Checks if the method has the same signature as a method that was marked as one that should generate a new vtable slot.
Public methodShouldSkip(MethodInfo)
Public methodShouldSkip(Type)
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyCount (Inherited from DictionaryBase.)
Public propertyHasMixins
Public propertyInterceptor
Public propertyInterfaceInvocation
Public propertyInvocation
Public propertyItem
Public propertyProxyObjectReference
The implementor of IObjectReference responsible for the deserialization and reconstruction of the proxy object
Public propertySameClassInvocation
Top
See Also