public class TessaCompilationFactory<TKey, TInstance> : ITessaCompilationFactory<TKey, TInstance>
where TInstance : class
Public Class TessaCompilationFactory(Of TKey, TInstance As Class)
Implements ITessaCompilationFactory(Of TKey, TInstance)
generic<typename TKey, typename TInstance>
where TInstance : ref class
public ref class TessaCompilationFactory : ITessaCompilationFactory<TKey, TInstance>
type TessaCompilationFactory<'TKey, 'TInstance when 'TInstance : not struct> =
class
interface ITessaCompilationFactory<'TKey, 'TInstance>
end
TessaCompilationFactoryTKey, TInstance(Assembly, ITypeProvider, ITypeIdentifierProviderTKey, IInstanceCreationStrategy, IInstanceLifetimeManager) | Инициализирует новый экземпляр класса. |
TessaCompilationFactoryTKey, TInstance(Byte, ITypeProvider, ITypeIdentifierProviderTKey, IInstanceCreationStrategy, IInstanceLifetimeManager) | Инициализирует новый экземпляр класса. |
AssemblyLoadContext | Возвращает контекст загрузки сборки. |
IsEmpty | Возвращает значение, показывающее содержит ли объект экземпляры или нет. |
CreateInstance | Создаёт новый экземпляр типа type. |
CreateInstanceInfo | Создаёт объект TessaCompilationFactoryTKey, TInstanceInstanceInfo в соответствии с используемой стратегией управления жизненным циклом экземпляра объекта. |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetAssembly | Возвращает сборку, содержащуюся в этом объекте. |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetInstance | Возвращает экземпляр объекта. |
GetKey | Возвращает ключ, по которому можно получить type. |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
GetTypeInfos | Возвращает словарь, содержащий информацию о типах из сборки. |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
TryGet | Возвращает экземпляр объекта с заданным идентификатором. |