Get section as stream
Namespace: BasicCard.BasicCards.LoaderAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public Stream GetSectionStream(
string name
) |
Visual Basic |
---|
Public Function GetSectionStream (
name As String
) As Stream |
Visual C++ |
---|
public:
Stream^ GetSectionStream(
String^ name
) |
F# |
---|
member GetSectionStream :
name : string -> Stream
|
Parameters
- name
- Type: System..::..String
Name of section, e.g. "VERS"
Return Value
Type:
StreamSection data as stream or null if not found
See Also