Leadtools Namespace > LeadStreamFactory Class > Create Method : Create(IBuffer,UInt64,Boolean) Method |
public static ILeadStream Create( IBuffer buffer, ulong offset, bool autoDisposeBuffer )
'Declaration Public Overloads Shared Function Create( _ ByVal buffer As IBuffer, _ ByVal offset As ULong, _ ByVal autoDisposeBuffer As Boolean _ ) As ILeadStream
'Usage Dim buffer As IBuffer Dim offset As ULong Dim autoDisposeBuffer As Boolean Dim value As ILeadStream value = LeadStreamFactory.Create(buffer, offset, autoDisposeBuffer)
public static ILeadStream Create( IBuffer buffer, ulong offset, bool autoDisposeBuffer )
function Leadtools.LeadStreamFactory.Create(IBuffer,UInt64,Boolean)( buffer , offset , autoDisposeBuffer )
public: static ILeadStream^ Create( IBuffer^ buffer, ulong offset, bool autoDisposeBuffer )
The returned ILeadStream can be be disposed by casting it as System.IDisposable and use the System.IDisposable.Dispose method.