C# Класс Unity.ReferenceRewriter.RewriteContext

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
CheckFrameworkPath ( string frameworkPath ) : void
CheckFrameworkPaths ( string frameworkPaths ) : void
TargetModuleParameters ( string targetModule, DebugSymbolFormat symbolFormat, IAssemblyResolver resolver ) : ReaderParameters

Описание методов

For() публичный статический Метод

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
Результат RewriteContext

Save() публичный Метод

public Save ( string targetModule ) : void
targetModule string
Результат void