C# Class SyphonServerObject, SoftLove

Afficher le fichier Open project: benkuper/SoftLove Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CreateSyphonServer ( SyphonServerObject, deepCopy ) : void
CreateSyphonServer ( string a, string n, string uuid, IntPtr ptr ) : void
Equals ( System other ) : bool
GetHashCode ( ) : int
Match ( string appName, string name ) : bool
SyphonServerObject ( ) : UnityEngine
SyphonServerObject ( SyphonServerObject, deepCopyConstruct ) : UnityEngine
SyphonServerObject ( string a, string n, string uuid, IntPtr ptr ) : UnityEngine
operator ( ) : bool

Method Details

CreateSyphonServer() public méthode

public CreateSyphonServer ( SyphonServerObject, deepCopy ) : void
deepCopy SyphonServerObject,
Résultat void

CreateSyphonServer() public méthode

public CreateSyphonServer ( string a, string n, string uuid, IntPtr ptr ) : void
a string
n string
uuid string
ptr IntPtr
Résultat void

Equals() public méthode

public Equals ( System other ) : bool
other System
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Match() public méthode

public Match ( string appName, string name ) : bool
appName string
name string
Résultat bool

SyphonServerObject() public méthode

public SyphonServerObject ( ) : UnityEngine
Résultat UnityEngine

SyphonServerObject() public méthode

public SyphonServerObject ( SyphonServerObject, deepCopyConstruct ) : UnityEngine
deepCopyConstruct SyphonServerObject,
Résultat UnityEngine

SyphonServerObject() public méthode

public SyphonServerObject ( string a, string n, string uuid, IntPtr ptr ) : UnityEngine
a string
n string
uuid string
ptr IntPtr
Résultat UnityEngine

operator() public static méthode

public static operator ( ) : bool
Résultat bool