C# 클래스 Herald.App

상속: global::Windows.UI.Xaml.Application, global::Windows.UI.Xaml.Markup.IComponentConnector
파일 보기 프로젝트 열기: HeraldStudio/Herald-WP

공개 프로퍼티들

프로퍼티 타입 설명
User HeraldUser
current DateTime

공개 메소드들

메소드 설명
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[]

보호된 메소드들

메소드 설명
OnLaunched ( LaunchActivatedEventArgs e ) : void

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

비공개 메소드들

메소드 설명
Connect ( int connectionId, object target ) : void
InitializeComponent ( ) : void
OnSuspending ( object sender, SuspendingEventArgs e ) : void

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

RootFrame_FirstNavigated ( object sender, NavigationEventArgs e ) : void

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

메소드 상세

App() 공개 메소드

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

GetXamlType() 공개 메소드

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

GetXamlType() 공개 메소드

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

GetXmlnsDefinitions() 공개 메소드

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

OnLaunched() 보호된 메소드

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

프로퍼티 상세

User 공개적으로 프로퍼티

public HeraldUser User
리턴 HeraldUser

current 공개적으로 프로퍼티

public DateTime current
리턴 DateTime