Method | Description | |
---|---|---|
VisitConstructors ( this proxyDefinitionVisitor, |
Visits all constructors of the specified type.
|
|
VisitInterfaces ( this proxyDefinitionVisitor, IEnumerable |
Visits all specified interface types.
|
|
VisitMembers ( this proxyDefinitionVisitor, |
Visits all members of the specified type.
|
Method | Description | |
---|---|---|
VisitEvents ( this proxyDefinitionVisitor, |
Visits all events of the specified type.
|
|
VisitMethods ( this proxyDefinitionVisitor, |
Visits all methods of the specified type.
|
|
VisitProperties ( this proxyDefinitionVisitor, |
Visits all properties of the specified type.
|
public static VisitConstructors ( this proxyDefinitionVisitor, |
||
proxyDefinitionVisitor | this | The proxy definition visitor. |
type | The type. | |
return | void |
public static VisitInterfaces ( this proxyDefinitionVisitor, IEnumerable |
||
proxyDefinitionVisitor | this | The proxy definition visitor. |
interfaceTypes | IEnumerable |
The interface types. |
return | void |
public static VisitMembers ( this proxyDefinitionVisitor, |
||
proxyDefinitionVisitor | this | The proxy definition visitor. |
type | The type. | |
return | void |