| Parameter | Description |
|---|---|
| alignment | Optional alignment |
SharedStatic<T> A shared static for the specified context
Creates a shared static data for the specified context (usable from both C# and HPC#)
| Parameter | Description |
|---|---|
| alignment | Optional alignment |
SharedStatic<T> A shared static for the specified context
Creates a shared static data for the specified context and sub-context (usable from both C# and HPC#)
| Parameter | Description |
|---|---|
| contextType | A type class that uniquely identifies the this shared data |
| alignment | Optional alignment |
SharedStatic<T> A shared static for the specified context
Creates a shared static data for the specified context (reflection based, only usable from C#, but not from HPC#)
| Parameter | Description |
|---|---|
| contextType | A type class that uniquely identifies the this shared data |
| subContextType | A type class that uniquely identifies this shared data within a sub-context of the primary context |
| alignment | Optional alignment |
SharedStatic<T> A shared static for the specified context
Creates a shared static data for the specified context and sub-context (usable from both C# and HPC#)