C# Class NSwag.CodeGeneration.Infrastructure.AssemblyLoader.AssemblyLoader

ファイルを表示 Open project: NSwag/NSwag

Public Methods

Method Description
AssemblyLoader ( ) : System

Protected Methods

Method Description
RegisterReferencePaths ( IEnumerable referencePaths ) : void

Private Methods

Method Description
GetAllDirectories ( string rootDirectory ) : string[]

Method Details

AssemblyLoader() public method

public AssemblyLoader ( ) : System
return System

RegisterReferencePaths() protected method

protected RegisterReferencePaths ( IEnumerable referencePaths ) : void
referencePaths IEnumerable
return void