C# Class Unity.ReferenceRewriter.RewriteAssemblyManifest

Inheritance: RewriteStep
ファイルを表示 Open project: Unity-Technologies/ReferenceRewriter

Protected Methods

Method Description
Run ( ) : void

Private Methods

Method Description
Copy ( byte bytes ) : byte[]
FullPath ( string path ) : string
IsFrameworkAssembly ( AssemblyDefinition assembly ) : bool
RemoveStrongName ( ) : void
RewriteAssemblyReference ( Mono.Cecil.AssemblyNameReference reference ) : void
ShouldRemoveStrongName ( Mono.Cecil.AssemblyNameReference reference ) : bool
ShouldRewriteFrameworkReference ( Mono.Cecil.AssemblyNameReference reference, AssemblyDefinition assembly ) : bool
ShouldRewriteToWinmdReference ( Mono.Cecil.AssemblyNameReference reference ) : bool

Method Details

Run() protected method

protected Run ( ) : void
return void