RoslynCodeGenerator Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RoslynCodeGenerator(SerializationManager) |
Initializes a new instance of the RoslynCodeGenerator class. |
RoslynCodeGenerator(IApplicationPartManager, ILoggerFactory) |
Initializes a new instance of the RoslynCodeGenerator class. |
RoslynCodeGenerator(SerializationManager)
Initializes a new instance of the RoslynCodeGenerator class.
public RoslynCodeGenerator (Orleans.Serialization.SerializationManager serializationManager);
new Orleans.CodeGenerator.RoslynCodeGenerator : Orleans.Serialization.SerializationManager -> Orleans.CodeGenerator.RoslynCodeGenerator
Public Sub New (serializationManager As SerializationManager)
Parameters
- serializationManager
- SerializationManager
The serialization manager.
Applies to
RoslynCodeGenerator(IApplicationPartManager, ILoggerFactory)
- Source:
- RoslynCodeGenerator.cs
Initializes a new instance of the RoslynCodeGenerator class.
public RoslynCodeGenerator (Orleans.ApplicationParts.IApplicationPartManager partManager, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
new Orleans.CodeGenerator.RoslynCodeGenerator : Orleans.ApplicationParts.IApplicationPartManager * Microsoft.Extensions.Logging.ILoggerFactory -> Orleans.CodeGenerator.RoslynCodeGenerator
Public Sub New (partManager As IApplicationPartManager, loggerFactory As ILoggerFactory)
Parameters
- partManager
- IApplicationPartManager
- loggerFactory
- ILoggerFactory
The logger factory.