[Gregor.Core.CAssemblyInfoEx]

Gregor.Core.CAssemblyInfoEx

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public class Gregor.Core.CAssemblyInfoEx

: Gregor.Core.CMetaObject, Gregor.Core.IMetaObject, Gregor.Core.INamedItem

Custom Attributes: 

Description: 


Members

CAssemblyInfoEx

public CAssemblyInfoEx(System.Reflection.Assembly aInner)

Custom Attributes: 

Description: 

m_Inner

private System.Reflection.Assembly m_Inner

Custom Attributes: 

Description: 

CodeBase

public System.String CodeBase {get;}

Custom Attributes: 

Description: 

FileName

public System.String FileName {get;}

Custom Attributes: 

Description: 

FilePath

public System.String FilePath {get;}

Custom Attributes: 

Description: 

FullName

public override System.String FullName {get;} // Gregor.Core.IMetaObject.FullName

Custom Attributes: 

Description: 

InnerAssembly

public System.Reflection.Assembly InnerAssembly {get;}

Custom Attributes: 

Description: 

IsExecutable

public System.Boolean IsExecutable {get;}

Custom Attributes: 

Description: 

Name

public override System.String Name {get;} // Gregor.Core.INamedItem.Name

Custom Attributes: 

Description: 

GetSignature

public override System.String GetSignature(Gregor.Core.ISyntaxProvider provider, Gregor.Core.CCodeOptions options)

Custom Attributes: 

Description: 

GetSourceName

public override System.String GetSourceName(Gregor.Core.ISyntaxProvider provider)

Custom Attributes: 

Description: 

GetSourceName

public override System.String GetSourceName(Gregor.Core.ISyntaxProvider provider, Gregor.Core.CCodeOptions options)

Custom Attributes: 

Description: 

GetTypes

public Gregor.Core.CTypeInfoEx[] GetTypes(System.String sNamespaceFilter, System.Boolean fSort)

Custom Attributes: 

Description: 

GetTypes

public Gregor.Core.CTypeInfoEx[] GetTypes(System.String sNamespaceFilter)

Custom Attributes: 

Description: 

GetTypes

public Gregor.Core.CTypeInfoEx[] GetTypes()

Custom Attributes: 

Description: 


See Also

Gregor.Core.CCodeOptions

Gregor.Core.CMetaObject

Gregor.Core.CTypeInfoEx

System.Reflection.Assembly

System.String

Gregor.Core.IMetaObject

Gregor.Core.INamedItem

Gregor.Core.ISyntaxProvider

System.Boolean