C# Class Microsoft.CSharp.RuntimeBinder.Semantics.GlobalSymbolContext

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
GetGlobalMiscSymFactory ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.MiscSymFactory
GetGlobalSymbolFactory ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.SymFactory
GetGlobalSymbols ( ) : BSYMMGR
GetNameManager ( ) : NameManager
GetPredefTypes ( ) : PredefinedTypes
GetTypes ( ) : TypeManager
GlobalSymbolContext ( NameManager namemgr ) : Microsoft.CSharp.RuntimeBinder.Syntax

Method Details

GetGlobalMiscSymFactory() public méthode

public GetGlobalMiscSymFactory ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.MiscSymFactory
Résultat Microsoft.CSharp.RuntimeBinder.Semantics.MiscSymFactory

GetGlobalSymbolFactory() public méthode

public GetGlobalSymbolFactory ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.SymFactory
Résultat Microsoft.CSharp.RuntimeBinder.Semantics.SymFactory

GetGlobalSymbols() public méthode

public GetGlobalSymbols ( ) : BSYMMGR
Résultat BSYMMGR

GetNameManager() public méthode

public GetNameManager ( ) : NameManager
Résultat Microsoft.CSharp.RuntimeBinder.Syntax.NameManager

GetPredefTypes() public méthode

public GetPredefTypes ( ) : PredefinedTypes
Résultat PredefinedTypes

GetTypes() public méthode

public GetTypes ( ) : TypeManager
Résultat TypeManager

GlobalSymbolContext() public méthode

public GlobalSymbolContext ( NameManager namemgr ) : Microsoft.CSharp.RuntimeBinder.Syntax
namemgr Microsoft.CSharp.RuntimeBinder.Syntax.NameManager
Résultat Microsoft.CSharp.RuntimeBinder.Syntax