ProxyOptions public class ProxyOptions Documentation public Type[] AdditionalInterfaces { get; } public bool AllowChangeTarget { get; set; } public IReference<IProxyGenerationHook> Hook { get; set; } public IEnumerable<IReference<object>> MixIns { get; } public bool OmitTarget { get; set; } public bool RequiresProxy { get; } public IReference<IInterceptorSelector> Selector { get; set; } public bool UseMarshalByRefAsBaseClass { get; set; } public ProxyOptions(ComponentModel component) public void AddAdditionalInterfaces(Type[] interfaces) public void AddMixinReference(IReference<object> mixIn) public void AddMixIns(object[] mixIns)