OpenRar

ComHelper.OpenRar method (1 of 2)

Allows a COM application to load a rar archive from a stream.

public RarArchive OpenRar(Stream stream)
ParameterTypeDescription
streamStreamA .NET stream object that contains the archive to load.

Return Value

A RarArchive object that represents the archive.

See Also


ComHelper.OpenRar method (2 of 2)

Allows a COM application to load a rar archive from a file.

public RarArchive OpenRar(string fileName)
ParameterTypeDescription
fileNameStringFilename of the archive to load.

Return Value

A RarArchive object that represents the archive.

See Also