Class ModuleInfo
Inheritance
System.Object
ModuleInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: TelegramModularFramework.Modules
Assembly: TelegramModularFramework.dll
Syntax
public class ModuleInfo
Properties
| Improve this Doc View SourceFactory
Declaration
public ObjectFactory Factory { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.Extensions.DependencyInjection.ObjectFactory |
Group
Declaration
public string Group { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Declaration
public Type Type { get; set; }
Property Value
Type | Description |
---|---|
Type |