[Gregor.Core.CNamespaceInfoEx]

Gregor.Core.CNamespaceInfoEx

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public class Gregor.Core.CNamespaceInfoEx

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

Custom Attributes: 

Description: 


Members

CNamespaceInfoEx

public CNamespaceInfoEx(System.String sFullName)

Custom Attributes: 

Description: 

CNamespaceInfoEx

public CNamespaceInfoEx(System.String sFullName, System.Reflection.Assembly a)

Custom Attributes: 

Description: 

m_DefiningAssembly

private System.Reflection.Assembly m_DefiningAssembly

Custom Attributes: 

Description: 

m_FullName

private System.String m_FullName

Custom Attributes: 

Description: 

FullName

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

Custom Attributes: 

Description: 

Name

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

Custom Attributes: 

Description: 

GetDefiningAssembly

public override System.Reflection.Assembly GetDefiningAssembly()

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()

Custom Attributes: 

Description: 

GetTypes

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

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