Show / Hide Table of Contents

Class Application

Inheritance
Object
Application
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.WSA
Assembly: UnityEngine.dll
Syntax
public sealed class Application

Properties

| Improve this Doc View Source

advertisingIdentifier

Declaration
public static string advertisingIdentifier { get; }
Property Value
Type Description
String
| Improve this Doc View Source

arguments

Declaration
public static string arguments { get; }
Property Value
Type Description
String

Methods

| Improve this Doc View Source

InvokeOnAppThread(AppCallbackItem, Boolean)

Declaration
public static void InvokeOnAppThread(AppCallbackItem item, bool waitUntilDone)
Parameters
Type Name Description
AppCallbackItem item
Boolean waitUntilDone
| Improve this Doc View Source

InvokeOnUIThread(AppCallbackItem, Boolean)

Declaration
public static void InvokeOnUIThread(AppCallbackItem item, bool waitUntilDone)
Parameters
Type Name Description
AppCallbackItem item
Boolean waitUntilDone

RunningOnAppThread()

Declaration
public static bool RunningOnAppThread()
Returns
Type Description
Boolean

RunningOnUIThread()

Declaration
public static bool RunningOnUIThread()
Returns
Type Description
Boolean
| Improve this Doc View Source

TryInvokeOnAppThread(AppCallbackItem, Boolean)

Declaration
[Obsolete("TryInvokeOnAppThread is deprecated, use InvokeOnAppThread")]
public static bool TryInvokeOnAppThread(AppCallbackItem item, bool waitUntilDone)
Parameters
Type Name Description
AppCallbackItem item
Boolean waitUntilDone
Returns
Type Description
Boolean
| Improve this Doc View Source

TryInvokeOnUIThread(AppCallbackItem, Boolean)

Declaration
[Obsolete("TryInvokeOnUIThread is deprecated, use InvokeOnUIThread")]
public static bool TryInvokeOnUIThread(AppCallbackItem item, bool waitUntilDone)
Parameters
Type Name Description
AppCallbackItem item
Boolean waitUntilDone
Returns
Type Description
Boolean

Events

| Improve this Doc View Source

windowActivated

Declaration
public static event WindowActivated windowActivated
Event Type
Type Description
WindowActivated
| Improve this Doc View Source

windowSizeChanged

Declaration
public static event WindowSizeChanged windowSizeChanged
Event Type
Type Description
WindowSizeChanged

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX