C# Class Tiny.Metadata.Assembly

Inheritance: IDisposable
显示文件 Open project: scottwis/tiny Class Usage Examples

Public Methods

Method Description
Assembly ( Project project, string fileName ) : System
Assembly ( string fileName ) : System
Dispose ( ) : void

Private Methods

Method Description
CheckDisposed ( ) : void

Method Details

Assembly() public method

public Assembly ( Project project, string fileName ) : System
project Project
fileName string
return System

Assembly() public method

public Assembly ( string fileName ) : System
fileName string
return System

Dispose() public method

public Dispose ( ) : void
return void