Show / Hide Table of Contents

Class ProxyHelper

Inheritance
System.Object
ProxyHelper
Namespace: Volo.Abp.DynamicProxy
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
Type Description
Type

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
Back to top Powered by Volosoft