C# Class AssemblyWeaver, MethodTimer

Show file Open project: Fody/MethodTimer Class Usage Examples

Public Properties

Property Type Description
AfterAssemblyPath string
Assembly Assembly
Errors List

Public Methods

Method Description
AssemblyWeaver ( string assemblyPath, List referenceAssemblyPaths = null ) : System.Collections.Generic
FixAssemblyPath ( string assemblyPath ) : string
LogError ( string error ) : void

Method Details

AssemblyWeaver() public method

public AssemblyWeaver ( string assemblyPath, List referenceAssemblyPaths = null ) : System.Collections.Generic
assemblyPath string
referenceAssemblyPaths List
return System.Collections.Generic

FixAssemblyPath() public static method

public static FixAssemblyPath ( string assemblyPath ) : string
assemblyPath string
return string

LogError() public method

public LogError ( string error ) : void
error string
return void

Property Details

AfterAssemblyPath public property

public string AfterAssemblyPath
return string

Assembly public property

public Assembly Assembly
return Assembly

Errors public property

public List Errors
return List