Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Esempi in C# (CSharp) per IAppHost.Get
Linguaggio di programmazione:
C# (CSharp)
Classe/tipologia:
IAppHost
Metodo/funzione:
Get
Esempi su hotexamples.com:
1
IAppHost.Get in C# (CSharp): 1 esempio trovato
. Questo è il miglior esempio reale in C# (CSharp) per
IAppHost.Get
, estratto da progetti open source. Lo puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
Metodi utilizzati di frequente
Mostra
Nascondi
RegisterService(30)
GetPlugin(30)
GetContainer(30)
Register(28)
Resolve(15)
LoadPlugin(14)
RegisterAs(13)
TryResolve(11)
RegisterServices(7)
AssertPlugin(7)
Link(6)
ConfigurePlugin(5)
Release(4)
Self(4)
OnEndRequest(4)
MapProjectPath(3)
AddToAppMetadata(3)
NotifyStartupException(3)
RegisterServicesInAssembly(2)
RunAsync(2)
Parent(2)
Add(2)
HasMultiplePlugins(2)
GetString(2)
GetType(2)
WaitForTokenShutdownAsync(2)
OnServiceException(1)
ConfigureTypes(1)
WaitForShutdownAsync(1)
ConfigureOperations(1)
StopAsync(1)
Stop(1)
Start(1)
Shutdown(1)
ConfigureServices(1)
Run(1)
OnPreInitialize(1)
Dispose(1)
OnPostInitialize(1)
Get(1)
GetApp(1)
GetConnectionString(1)
GetHostingEnvironment(1)
GetOptional(1)
PublishMessage(1)
DoSomeWork(1)
Metodi utilizzati di frequente
RegisterService (30)
GetPlugin (30)
GetContainer (30)
Register (28)
Resolve (15)
LoadPlugin (14)
RegisterAs (13)
TryResolve (11)
RegisterServices (7)
AssertPlugin (7)
Metodi utilizzati di frequente
Link (6)
ConfigurePlugin (5)
Release (4)
Self (4)
OnEndRequest (4)
MapProjectPath (3)
AddToAppMetadata (3)
NotifyStartupException (3)
RegisterServicesInAssembly (2)
RunAsync (2)
Parent (2)
Add (2)
HasMultiplePlugins (2)
GetString (2)
GetType (2)
WaitForTokenShutdownAsync (2)
OnServiceException (1)
ConfigureTypes (1)
WaitForShutdownAsync (1)
ConfigureOperations (1)
Metodi utilizzati di frequente
Parent (2)
Add (2)
HasMultiplePlugins (2)
GetString (2)
GetType (2)
WaitForTokenShutdownAsync (2)
OnServiceException (1)
ConfigureTypes (1)
WaitForShutdownAsync (1)
ConfigureOperations (1)
StopAsync (1)
Stop (1)
Start (1)
Shutdown (1)
ConfigureServices (1)
Run (1)
OnPreInitialize (1)
Dispose (1)
OnPostInitialize (1)
Get (1)
GetApp (1)
GetConnectionString (1)
GetHostingEnvironment (1)
GetOptional (1)
PublishMessage (1)
DoSomeWork (1)
Metodi utilizzati di frequente
StopAsync (1)
Stop (1)
Start (1)
Shutdown (1)
ConfigureServices (1)
Run (1)
OnPreInitialize (1)
Dispose (1)
OnPostInitialize (1)
Get (1)
GetApp (1)
GetConnectionString (1)
GetHostingEnvironment (1)
GetOptional (1)
PublishMessage (1)
DoSomeWork (1)
Esempio n. 1
0
Mostra file
public static T GetOptional <T>(this IAppHost appHost) => appHost.Get <T>(typeof(T).FullName);
x