Class ProxyHelper
Inheritance
System.Object
ProxyHelper
Assembly: Volo.Abp.Core.dll
Syntax
public static class ProxyHelper : object
Methods
GetUnProxiedType(Object)
Declaration
public static Type GetUnProxiedType(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
UnProxy(Object)
Returns dynamic proxy target object if this is a proxied object, otherwise returns the given object.
It supports Castle Dynamic Proxies.
Declaration
public static object UnProxy(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Object |
|