API ReferenceSandbox.Network
NetworkFileclass
object→NetworkFile
Constructors1
Showing 1 constructors
public NetworkFile(string Name, byte[] Content)
| Parameter | Type | Description |
|---|---|---|
| Name | string | — |
| Content | byte[] | — |
No results match this filter.
Methods1
Showing 1 methods
public void Deconstruct(string Name, byte[] Content)
| Parameter | Type | Description |
|---|---|---|
| Name | string | — |
| Content | byte[] | — |
Returns:
void—No results match this filter.
Properties2
Showing 2 properties
public byte[] Sandbox.Network.NetworkFile.Content { get; set; }
Returns:
byte[]—public string Sandbox.Network.NetworkFile.Name { get; set; }
Returns:
string—No results match this filter.