ObjCRuntime.ProxyExtensionBase

public static class ProxyExtensionBase<T>

Base type for extra selector implementations for proxies.

Fields

target

protected T target

Specifies the target object.

Constructors

ProxyExtensionBase

public ProxyExtensionBase(Object target)

Single constructor that requires only the target object.