CastleDynamicProxyFactory Methods | Glimpse API Documentation |
The CastleDynamicProxyFactory type exposes the following members.
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
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.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
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.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
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.) |
See Also