LEADTOOLS (Leadtools assembly)

LeadStreamShare Enumeration

Show in webframe







Defines constants for read, write, or read/write access to a stream.
Syntax
'Declaration
 
Public Enum LeadStreamShare 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As LeadStreamShare
public enum LeadStreamShare : System.IComparableSystem.IConvertibleSystem.IFormattable  
typedef enum LTLeadStreamShare LTLeadStreamShare;
public enum LeadStreamShare
Leadtools.LeadStreamShare = function() { };
Leadtools.LeadStreamShare.prototype = {
None = 0, Read = 1, Write = 2, ReadWrite = 3, };
public enum class LeadStreamShare : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0NoneNo access.
1ReadRead access to the stream. Data can be read from the stream.
2WriteWrite access to the stream. Data can be written to the stream.
3ReadWriteRead and write access to the stream. Data can be written to and read from the stream.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.LeadStreamShare

Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.