Extensions the ParicleSDK uses
Inheritance Hierarchy
Namespace: ParticleAssembly: Particle (in Particle.dll) Version: 0.8.5.14 (0.8.5.14)
Syntaxpublic static class Extensions
<ExtensionAttribute>
Public NotInheritable Class Extensions
[ExtensionAttribute]
public ref class Extensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type Extensions = class end
The Extensions type exposes the following members.
Methods
| Name | Description |
---|
  | InvokeIfRequired |
Runs the provided action on the SynchronizationContext if one is provided otherwise runs the action on the current thread
|
Top
See Also