C# Class OfficialPlugins.StateInterpolation.CodeBuildItemAdder

Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode Description
Add ( string resourceName ) : void

Adds the argument resourceName to the internal list.

CodeBuildItemAdder ( ) : System
PerformAddAndSave ( Assembly assembly ) : bool

Private Methods

Méthode Description
AddCodeItemsToProject ( List filesToAddToProject ) : void
DetermineIfShouldCopyAndAdd ( string destinationFile ) : bool
SaveAndAddResourceFileToProject ( Assembly assembly, bool succeeded, List filesToAddToProject, string resourceName ) : bool
SaveFilesFromAssembly ( Assembly assembly, List filesToAddToProject ) : bool

Method Details

Add() public méthode

Adds the argument resourceName to the internal list.
public Add ( string resourceName ) : void
resourceName string The name of the resource. This is usally in the format of /// ProjectNamespace.Folder.FileName.cs
Résultat void

CodeBuildItemAdder() public méthode

public CodeBuildItemAdder ( ) : System
Résultat System

PerformAddAndSave() public méthode

public PerformAddAndSave ( Assembly assembly ) : bool
assembly System.Reflection.Assembly
Résultat bool