Show / Hide Table of Contents

Class ProxyHelper

Inheritance
object
ProxyHelper
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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
In this article
Back to top Powered by ABP.IO Platform