Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
C# (CSharp) NSObject.RunOnUiThread Exemples
Langage de programmation:
C# (CSharp)
Class/Type:
NSObject
Méthode/Fonction:
RunOnUiThread
Exemples au hotexamples.com:
1
C# (CSharp) NSObject.RunOnUiThread - 1 exemples trouvés
. Ce sont les exemples réels les mieux notés de
NSObject.RunOnUiThread
extraits de projets open source. Vous pouvez noter les exemples pour nous aider à en améliorer la qualité.
Méthodes fréquemment utilisées
Afficher
Cacher
FromObject(30)
InvokeOnMainThread(30)
Call(30)
Dispose(30)
ToString(30)
GetType(23)
AllocAndInitInstance(21)
release(16)
BeginInvokeOnMainThread(15)
Equals(14)
DangerousRelease(11)
ValueForKey(11)
RespondsToSelector(9)
CancelPreviousPerformRequest(8)
ToObject(6)
PerformSelector(6)
GetOutlineViewNode(6)
GetNonNullHandle(6)
Grab(4)
IsNil(4)
InvokeInBackground(4)
retainCount(4)
DangerousRetain(4)
ConformsToProtocol(3)
ToXmlPropertyList(3)
SetValueForKeyPath(3)
AddObserver(3)
Release(2)
setValueForKey(2)
IsNewRefcountEnabled(2)
Snapshot(2)
IsKindOfClass(2)
GetHandle(2)
GetDataContext(2)
DataContext(2)
ToUnderlyingObject(2)
Wrap(2)
ValueForKeyPath(2)
description(1)
WillChangeValue(1)
Unwrap(1)
SetAssociatedObject(1)
SendMessage(1)
AddMethod(1)
RunOnUiThread(1)
GetMethodSignature(1)
Any(1)
Bind(1)
DangerousAutorelease(1)
DidChangeValue(1)
Méthodes fréquemment utilisées
FromObject (30)
InvokeOnMainThread (30)
Call (30)
Dispose (30)
ToString (30)
GetType (23)
AllocAndInitInstance (21)
release (16)
BeginInvokeOnMainThread (15)
Equals (14)
Méthodes fréquemment utilisées
DangerousRelease (11)
ValueForKey (11)
RespondsToSelector (9)
CancelPreviousPerformRequest (8)
ToObject (6)
PerformSelector (6)
GetOutlineViewNode (6)
GetNonNullHandle (6)
Grab (4)
IsNil (4)
InvokeInBackground (4)
retainCount (4)
DangerousRetain (4)
ConformsToProtocol (3)
ToXmlPropertyList (3)
SetValueForKeyPath (3)
AddObserver (3)
Release (2)
setValueForKey (2)
IsNewRefcountEnabled (2)
Méthodes fréquemment utilisées
InvokeInBackground (4)
retainCount (4)
DangerousRetain (4)
ConformsToProtocol (3)
ToXmlPropertyList (3)
SetValueForKeyPath (3)
AddObserver (3)
Release (2)
setValueForKey (2)
IsNewRefcountEnabled (2)
Snapshot (2)
IsKindOfClass (2)
GetHandle (2)
GetDataContext (2)
DataContext (2)
ToUnderlyingObject (2)
Wrap (2)
ValueForKeyPath (2)
description (1)
WillChangeValue (1)
Unwrap (1)
SetAssociatedObject (1)
SendMessage (1)
AddMethod (1)
RunOnUiThread (1)
GetMethodSignature (1)
Any (1)
Bind (1)
DangerousAutorelease (1)
DidChangeValue (1)
Méthodes fréquemment utilisées
Snapshot (2)
IsKindOfClass (2)
GetHandle (2)
GetDataContext (2)
DataContext (2)
ToUnderlyingObject (2)
Wrap (2)
ValueForKeyPath (2)
description (1)
WillChangeValue (1)
Unwrap (1)
SetAssociatedObject (1)
SendMessage (1)
AddMethod (1)
RunOnUiThread (1)
GetMethodSignature (1)
Any (1)
Bind (1)
DangerousAutorelease (1)
DidChangeValue (1)
EncodeTo (1)
FirstOrDefault (1)
FromNSObject (1)
GetNativeField (1)
Retain (1)
GetNativeHash (1)
Invoke (1)
InvokeAfter (1)
IsDisposed (1)
IsMemberOfClass (1)
IsNullOrNil (1)
RemoveObserver (1)
valueForKey (1)
Exemple #1
0
Afficher le fichier
Fichier :
GSPlatform.cs
Projet :
Patchthesock/GSNativeCSharpExample
public void Invoke(Action action) { owner.RunOnUiThread(action); }
x