C# Class AssemblyWeaver, MethodTimer

Mostra 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_oe property

public string AfterAssemblyPath
return string

Assembly public_oe property

public Assembly Assembly
return Assembly

Errors public_oe property

public List Errors
return List