Class ProxyHelper
Inherited Members
Namespace: Volo.Abp.DynamicProxy
Assembly: Volo.Abp.Core.dll
Syntax
public static class ProxyHelper
Methods
GetUnProxiedType(object)
Declaration
public static Type GetUnProxiedType(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj |
Returns
| Type | Description |
|---|---|
| Type |
IsProxy(object)
Declaration
public static bool IsProxy(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj |
Returns
| Type | Description |
|---|---|
| bool |
UnProxy(object)
Declaration
public static object UnProxy(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj |
Returns
| Type | Description |
|---|---|
| object |