C# Class Herald.App

Inheritance: global::Windows.UI.Xaml.Application, global::Windows.UI.Xaml.Markup.IComponentConnector
显示文件 Open project: HeraldStudio/Herald-WP

Public Properties

Property Type Description
User HeraldUser
current DateTime

Public Methods

Method Description
App ( ) : System

初始化单一实例应用程序对象。 这是执行的创作代码的第一行, 逻辑上等同于 main() 或 WinMain()。

GetXamlType ( global type ) : global::Windows.UI.Xaml.Markup.IXamlType
GetXamlType ( string fullName ) : global::Windows.UI.Xaml.Markup.IXamlType
GetXmlnsDefinitions ( ) : global::Windows.UI.Xaml.Markup.XmlnsDefinition[]

Protected Methods

Method Description
OnLaunched ( LaunchActivatedEventArgs e ) : void

在应用程序由最终用户正常启动时进行调用。 当启动应用程序以打开特定的文件或显示搜索结果等操作时, 将使用其他入口点。

Private Methods

Method Description
Connect ( int connectionId, object target ) : void
InitializeComponent ( ) : void
OnSuspending ( object sender, SuspendingEventArgs e ) : void

在将要挂起应用程序执行时调用。 在不知道应用程序 将被终止还是恢复的情况下保存应用程序状态, 并让内存内容保持不变。

RootFrame_FirstNavigated ( object sender, NavigationEventArgs e ) : void

启动应用程序后还原内容转换。

Method Details

App() public method

初始化单一实例应用程序对象。 这是执行的创作代码的第一行, 逻辑上等同于 main() 或 WinMain()。
public App ( ) : System
return System

GetXamlType() public method

public GetXamlType ( global type ) : global::Windows.UI.Xaml.Markup.IXamlType
type global
return global::Windows.UI.Xaml.Markup.IXamlType

GetXamlType() public method

public GetXamlType ( string fullName ) : global::Windows.UI.Xaml.Markup.IXamlType
fullName string
return global::Windows.UI.Xaml.Markup.IXamlType

GetXmlnsDefinitions() public method

public GetXmlnsDefinitions ( ) : global::Windows.UI.Xaml.Markup.XmlnsDefinition[]
return global::Windows.UI.Xaml.Markup.XmlnsDefinition[]

OnLaunched() protected method

在应用程序由最终用户正常启动时进行调用。 当启动应用程序以打开特定的文件或显示搜索结果等操作时, 将使用其他入口点。
protected OnLaunched ( LaunchActivatedEventArgs e ) : void
e LaunchActivatedEventArgs 有关启动请求和过程的详细信息。
return void

Property Details

User public_oe property

public HeraldUser User
return HeraldUser

current public_oe property

public DateTime current
return DateTime