C# Class Tiny.Metadata.Assembly

Inheritance: IDisposable
Afficher le fichier Open project: scottwis/tiny Class Usage Examples

Méthodes publiques

Méthode Description
Assembly ( Project project, string fileName ) : System
Assembly ( string fileName ) : System
Dispose ( ) : void

Private Methods

Méthode Description
CheckDisposed ( ) : void

Method Details

Assembly() public méthode

public Assembly ( Project project, string fileName ) : System
project Project
fileName string
Résultat System

Assembly() public méthode

public Assembly ( string fileName ) : System
fileName string
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void