_AppDomain.InitializeLifetimeService Method
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.
Provides COM objects with version-independent access to the InitializeLifetimeService() method.
public:
System::Object ^ InitializeLifetimeService();
public object InitializeLifetimeService ();
[System.Security.SecurityCritical]
public object InitializeLifetimeService ();
abstract member InitializeLifetimeService : unit -> obj
[<System.Security.SecurityCritical>]
abstract member InitializeLifetimeService : unit -> obj
Public Function InitializeLifetimeService () As Object
Returns
Always null
.
- Attributes
Remarks
See the AppDomain.InitializeLifetimeService method.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.