Exemplo n.º 1
0
 public NativeMessageHandler()
 {
     NativeFunctionDelegates = NativeFunctionAttribute.GetHandlers <NativeMessageHandler, NativeFunctionDelegate>(this);
     ProcessMessageDelegates = ProcessMessageAttribute.GetHandlers <NativeMessageHandler, ProcessMessageDelegate>(this);
 }
 public NativeRequestResourceHandler()
     : base()
 {
     NativeFunctions = NativeFunctionAttribute.GetHandlers <NativeRequestResourceHandler, NativeFunctionDelegate>(this);
 }