FileShareMode Enumeration

Description

Defines how other programs can access files while they are opened through Silk Test.

Inheritance Hierarchy

Syntax

C#

public enum FileShareMode

VB

Public Enum FileShareMode

Members

Name Description
DenyNone Other programs can read from and write to the file at the same time as the Open Agent.
DenyWrite Other programs can read from but not write to the file at the same time as the Open Agent.
DenyAll Other programs cannot access the file at the same time as the Open Agent.