LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

LeadStreamShare Enumeration






Defines constants for read, write, or read/write access to a stream. .NET support WinRT support
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  
Leadtools.LeadStreamShare = function() { };
Leadtools.LeadStreamShare.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class LeadStreamShare : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
NoneNo access. .NET support
ReadRead access to the stream. Data can be read from the stream. .NET support
ReadWriteRead and write access to the stream. Data can be written to and read from the stream. .NET support
WriteWrite access to the stream. Data can be written to the stream. .NET support
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Leadtools Namespace

 

 


Products | Support | Contact Us | Copyright Notices

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