zoukankan      html  css  js  c++  java
  • silverlight边用边学1--基础:silverlight应用启动过程

    silveright application启动过程:

    1. The user requests the HTML entry page in the browser.
    2. The browser loads the Silverlight plug-in. It then downloads the XAP file that
    contains your application.
    3. The Silverlight plug-in reads the AppManifest.xml file from the XAP to find out
    what assemblies your application uses. It creates the Silverlight runtime
    environment and then loads your application assembly (along with any
    dependent assemblies).
    4. The Silverlight plug-in creates an instance of your custom application class
    (which is defined in the App.xaml and App.xaml.cs files).
    5. The default constructor of the application class raises the Startup event.
    6. Your application handles the Startup event and creates the root visual object
    for your application.

  • 相关阅读:
    [swustoj 411] 售货员的难题
    白书P61
    白书P60
    [ZOJ 3471] Most Powerful
    [HDU 3001] Travelling
    [转] acmer必看的26个对acm态度
    [HDU 1254] 推箱子
    [POJ 3311] Hie with the Pie
    [POJ 3254] Corn Fields
    power
  • 原文地址:https://www.cnblogs.com/ningyi/p/4182323.html
Copyright © 2011-2022 走看看