Click or drag to resize

UserResourceGetInputStream Method

Gets a Stream object which can be used to read the contents of the file.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 10.0.0.6737
Syntax
C#
public Stream GetInputStream(
	ScriptContainer script
)

Parameters

script
Type: ScriptContainer
Calling Script

Return Value

Type: Stream
A Stream object which can be used to read the contents of the file.
See Also