IProxyFactory Members | Glimpse API Documentation |
The IProxyFactory type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
ExtendClass T (IEnumerable IAlternateMethod ) |
Extends the class.
| |
ExtendClass T (IEnumerable IAlternateMethod , IEnumerable Object ) |
Extends the class.
| |
ExtendClass T (IEnumerable IAlternateMethod , IEnumerable Object , IEnumerable Object ) |
Extends the class.
| |
IsExtendClassEligible |
Determines whether the specified type is extend class eligible.
| |
IsWrapClassEligible |
Determines whether the specified type is wrap class eligible.
| |
IsWrapInterfaceEligible TToWrap |
Determines whether the specified type is wrap interface eligible.
| |
WrapClass T (T, IEnumerable IAlternateMethod ) |
Wraps the class.
| |
WrapClass T (T, IEnumerable IAlternateMethod , IEnumerable Object ) |
Wraps the class.
| |
WrapClass T (T, IEnumerable IAlternateMethod , IEnumerable Object , IEnumerable Object ) |
Wraps the class.
| |
WrapInterface T (T, IEnumerable IAlternateMethod ) |
Wraps the interface.
| |
WrapInterface T (T, IEnumerable IAlternateMethod , IEnumerable Object ) |
Wraps the interface.
|
See Also