Click or drag to resize
ClassProxyGeneratorGenerateCode Method (Type)

[Missing <summary> documentation for "M:X3Platform.DynamicProxy.Builder.CodeGenerators.ClassProxyGenerator.GenerateCode(System.Type)"]

Namespace: X3Platform.DynamicProxy.Builder.CodeGenerators
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public virtual Type GenerateCode(
	Type baseClass
)

Parameters

baseClass
Type: SystemType

[Missing <param name="baseClass"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeGenerators.ClassProxyGenerator.GenerateCode(System.Type)"]

Return Value

Type: Type

[Missing <returns> documentation for "M:X3Platform.DynamicProxy.Builder.CodeGenerators.ClassProxyGenerator.GenerateCode(System.Type)"]

See Also