C# Class OfficialPlugins.StateInterpolation.CodeBuildItemAdder

Exibir arquivo Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
Add ( string resourceName ) : void

Adds the argument resourceName to the internal list.

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

Private Methods

Method 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 method

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
return void

CodeBuildItemAdder() public method

public CodeBuildItemAdder ( ) : System
return System

PerformAddAndSave() public method

public PerformAddAndSave ( Assembly assembly ) : bool
assembly System.Reflection.Assembly
return bool