C# 클래스 StaticAnalysis.DependencyAnalyzer.AssemblyLoader

A class using .Net Remoting to load assemblies and retrieve information in a separate app domain
상속: System.MarshalByRefObject
파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

공개 메소드들

메소드 설명
GetReflectedAssemblyFromFile ( string assemblyPath ) : AssemblyMetadata

Load the assembly found at the given path in the reflection context and return assembly metadata

GetReflectedAssemblyInfo ( string assemblyName ) : AssemblyMetadata

Load the assembly in the reflection context by name. Will succeed if the referenced assembly name can be found using default assembly loading rules (i.e. it is in the current directory or the GAC)

메소드 상세

GetReflectedAssemblyFromFile() 공개 메소드

Load the assembly found at the given path in the reflection context and return assembly metadata
public GetReflectedAssemblyFromFile ( string assemblyPath ) : AssemblyMetadata
assemblyPath string The full path to the assembly file.
리턴 AssemblyMetadata

GetReflectedAssemblyInfo() 공개 메소드

Load the assembly in the reflection context by name. Will succeed if the referenced assembly name can be found using default assembly loading rules (i.e. it is in the current directory or the GAC)
public GetReflectedAssemblyInfo ( string assemblyName ) : AssemblyMetadata
assemblyName string The full name of the assembly
리턴 AssemblyMetadata