[Gregor.Core.CAssemblyLoader]

Gregor.Core.CAssemblyLoader

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public class Gregor.Core.CAssemblyLoader

: System.Object

Custom Attributes: 

Description: 


Members

CAssemblyLoader

public CAssemblyLoader()

Custom Attributes: 

Description: 

m_LocalAssemblyFolder

private System.String m_LocalAssemblyFolder

Custom Attributes: 

Description: 

m_PathSearcher

private Gregor.Core.CPathSearcher m_PathSearcher

Custom Attributes: 

Description: 

FrameworkAssemblyFolder

public System.String FrameworkAssemblyFolder {get;}

Custom Attributes: 

Description: 

LocalAssemblyFolder

public System.String LocalAssemblyFolder {get;set;}

Custom Attributes: 

Description: 

PathSearcher

public Gregor.Core.CPathSearcher PathSearcher {get;set;}

Custom Attributes: 

Description: 

DoLoadAssembly

protected virtual System.Reflection.Assembly DoLoadAssembly(System.String s, Gregor.Core.LoaderFlags flags)

Custom Attributes: 

Description: 

LoadAssembly

public System.Reflection.Assembly LoadAssembly(System.String s)

Custom Attributes: 

Description: 

LoadAssembly

public System.Reflection.Assembly LoadAssembly(System.String s, Gregor.Core.LoaderFlags flags)

Custom Attributes: 

Description: 

TryGetLoadedAssembly

protected virtual System.Reflection.Assembly TryGetLoadedAssembly(System.String s)

Custom Attributes: 

Description: 

TryLoadAssembly

protected virtual System.Reflection.Assembly TryLoadAssembly(System.String s)

Custom Attributes: 

Description: 

TryLoadAssemblyFrom

protected virtual System.Reflection.Assembly TryLoadAssemblyFrom(System.String s)

Custom Attributes: 

Description: 

TryLoadAssemblyNonLocking

protected virtual System.Reflection.Assembly TryLoadAssemblyNonLocking(System.String s)

Custom Attributes: 

Description: 

TryLoadAssembyByName

protected virtual System.Reflection.Assembly TryLoadAssembyByName(System.String s)

Custom Attributes: 

Description: 

TryLoadAssembyByPartialName

protected virtual System.Reflection.Assembly TryLoadAssembyByPartialName(System.String s)

Custom Attributes: 

Description: 


See Also

Gregor.Core.CPathSearcher

System.Object

System.Reflection.Assembly

System.String

Gregor.Core.LoaderFlags