Click or drag to resize
AppDomainConfigLoaderConfigurationSectionOpenFile Method
Opens the file pointed by the given relative path in FileMode.Open mode.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public override Stream OpenFile(
	string relativePath
)

Parameters

relativePath
Type: SystemString
The relative path to open

Return Value

Type: Stream
a Stream
See Also