CastleDynamicProxyFactory Members
From Glimpse API
| CastleDynamicProxyFactory Members | Glimpse API Documentation |
The CastleDynamicProxyFactory type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CastleDynamicProxyFactory |
Initializes a new instance of the CastleDynamicProxyFactory class.
|
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
| 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.
| |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
| IsExtendClassEligible |
Determines whether the specified type is eligible to be extended.
| |
| IsWrapClassEligible |
Determines whether the specified type eligible to be class wrapped.
| |
| IsWrapInterfaceEligible TToWrap |
Determines whether the specified type is eligible to be interface wrapped.
| |
Creates a shallow copy of the current (Inherited from | ||
Returns a string that represents the current object. (Inherited from | ||
| 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.
|
Extension Methods
| Name | Description | |
|---|---|---|
| GetTypeOrNull |
Returns the value of GetType if value is not null.
(Defined by ObjectExtensions.) | |
| ToStringOrDefault |
Returns the value of ToString if value is not null.
(Defined by ObjectExtensions.) |
Properties
| Name | Description | |
|---|---|---|
| Logger |
Gets or sets the logger.
| |
| MessageBroker |
Gets or sets the message broker.
| |
| ProxyGenerator |
Gets or sets the proxy generator.
| |
| RuntimePolicyStrategy |
Gets or sets the runtime policy strategy.
| |
| TimerStrategy |
Gets or sets the timer strategy.
|
See Also