C# Class Unity.ReferenceRewriter.RemoveStrongNamesFromAssemblyReferences

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

Public Methods

Method Description
NormalizePath ( string path ) : string

Protected Methods

Method Description
Run ( ) : void

Private Methods

Method Description
RemoveStrongName ( Mono.Cecil.AssemblyNameReference reference ) : void
ShouldRemoveStrongName ( Mono.Cecil.AssemblyNameReference reference ) : bool

Method Details

NormalizePath() public static method

public static NormalizePath ( string path ) : string
path string
return string

Run() protected method

protected Run ( ) : void
return void