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

Show file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method 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 method

public GetGlobalMiscSymFactory ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.MiscSymFactory
return Microsoft.CSharp.RuntimeBinder.Semantics.MiscSymFactory

GetGlobalSymbolFactory() public method

public GetGlobalSymbolFactory ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.SymFactory
return Microsoft.CSharp.RuntimeBinder.Semantics.SymFactory

GetGlobalSymbols() public method

public GetGlobalSymbols ( ) : BSYMMGR
return BSYMMGR

GetNameManager() public method

public GetNameManager ( ) : NameManager
return Microsoft.CSharp.RuntimeBinder.Syntax.NameManager

GetPredefTypes() public method

public GetPredefTypes ( ) : PredefinedTypes
return PredefinedTypes

GetTypes() public method

public GetTypes ( ) : TypeManager
return TypeManager

GlobalSymbolContext() public method

public GlobalSymbolContext ( NameManager namemgr ) : Microsoft.CSharp.RuntimeBinder.Syntax
namemgr Microsoft.CSharp.RuntimeBinder.Syntax.NameManager
return Microsoft.CSharp.RuntimeBinder.Syntax