C# 클래스 Unity.ReferenceRewriter.RewriteContext

파일 보기 프로젝트 열기: Unity-Technologies/ReferenceRewriter 1 사용 예제들

공개 메소드들

메소드 설명
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