C# Class Unity.ReferenceRewriter.RewriteContext

Afficher le fichier Open project: Unity-Technologies/ReferenceRewriter Class Usage Examples

Méthodes publiques

Méthode Description
For ( string targetModule, DebugSymbolFormat symbolFormat, string supportModule, string supportModulePartialNamespace, string frameworkPaths, string projectLockFile, string additionalReferences, string platformPath, ICollection strongNamedReferences, ICollection winmdReferences, IDictionary alt, IDictionary ignore ) : RewriteContext
Save ( string targetModule ) : void

Private Methods

Méthode Description
CheckFrameworkPath ( string frameworkPath ) : void
CheckFrameworkPaths ( string frameworkPaths ) : void
TargetModuleParameters ( string targetModule, DebugSymbolFormat symbolFormat, IAssemblyResolver resolver ) : ReaderParameters

Method Details

For() public static méthode

public static For ( string targetModule, DebugSymbolFormat symbolFormat, string supportModule, string supportModulePartialNamespace, string frameworkPaths, string projectLockFile, string additionalReferences, string platformPath, ICollection strongNamedReferences, ICollection winmdReferences, IDictionary alt, IDictionary ignore ) : RewriteContext
targetModule string
symbolFormat DebugSymbolFormat
supportModule string
supportModulePartialNamespace string
frameworkPaths string
projectLockFile string
additionalReferences string
platformPath string
strongNamedReferences ICollection
winmdReferences ICollection
alt IDictionary
ignore IDictionary
Résultat RewriteContext

Save() public méthode

public Save ( string targetModule ) : void
targetModule string
Résultat void