PeerApplicationLaunchInfo 類別

定義

代表為回應對等共同作業邀請而啟始之 PeerApplication 所需的啟動資訊。

public ref class PeerApplicationLaunchInfo
public class PeerApplicationLaunchInfo
type PeerApplicationLaunchInfo = class
Public Class PeerApplicationLaunchInfo
繼承
PeerApplicationLaunchInfo

備註

應用程式可以檢查 Data 此類別中的 和 Message 屬性,以取得起始應用程式啟動之邀請的特定資訊。

存取這個類別需要 PermissionStateUnrestricted。 當共同作業會話開始時, Peer 就會建立此狀態。

屬性

Data

取得或設定應用程式定義的二進位資料,此資料與 PeerApplication 邀請相關聯。

Message

取得或設定與 PeerCollaboration 邀請回應相關的訊息。

PeerApplication

取得或設定已傳送其邀請的 PeerApplication

PeerContact

取得或設定傳送邀請的 PeerContact

PeerEndPoint

取得或設定已從這個位置傳送 PeerEndPoint 邀請的 PeerApplication

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於

另請參閱