Inheritance: Attribute, IContextAttribute
        public ONInterceptionAttribute()
        {
            ProxyAttribute[] lProxyAttributes = (ProxyAttribute[]) typeof(ServicedComponent).GetCustomAttributes(typeof(ProxyAttribute), false);

            mBase = lProxyAttributes[0];
        }
示例#2
0
 private static MarshalByRefObject CreateInstanceWithLinkDemand(
     ProxyAttribute pa, Type serverType)
 {
     return pa.CreateInstance(serverType);
 }