Click or drag to resize
ClassProxyGenerator Constructor (ModuleScope, GeneratorContext)
Initializes a new instance of the ClassProxyGenerator class

Namespace: X3Platform.DynamicProxy.Builder.CodeGenerators
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public ClassProxyGenerator(
	ModuleScope scope,
	GeneratorContext context
)

Parameters

scope
Type: X3Platform.DynamicProxy.Builder.CodeGeneratorsModuleScope

[Missing <param name="scope"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeGenerators.ClassProxyGenerator.#ctor(X3Platform.DynamicProxy.Builder.CodeGenerators.ModuleScope,X3Platform.DynamicProxy.GeneratorContext)"]

context
Type: X3Platform.DynamicProxyGeneratorContext

[Missing <param name="context"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeGenerators.ClassProxyGenerator.#ctor(X3Platform.DynamicProxy.Builder.CodeGenerators.ModuleScope,X3Platform.DynamicProxy.GeneratorContext)"]

See Also