C# Class NuGet.PhysicalPackageFile

Inheritance: IPackageFile
Exibir arquivo Open project: xero-github/Nuget Class Usage Examples

Private Properties

Property Type Description
PhysicalPackageFile System

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetStream ( ) : Stream
PhysicalPackageFile ( ) : System
ToString ( ) : string

Private Methods

Method Description
PhysicalPackageFile ( Func streamFactory ) : System

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetStream() public method

public GetStream ( ) : Stream
return Stream

PhysicalPackageFile() public method

public PhysicalPackageFile ( ) : System
return System

ToString() public method

public ToString ( ) : string
return string