System.Runtime.Remoting.RemotingConfiguration.GetRegisteredActivatedServiceTypes C# (CSharp) Méthode

GetRegisteredActivatedServiceTypes() private méthode

private GetRegisteredActivatedServiceTypes ( ) : System.Runtime.Remoting.ActivatedServiceTypeEntry[]
Résultat System.Runtime.Remoting.ActivatedServiceTypeEntry[]
        public static ActivatedServiceTypeEntry[] GetRegisteredActivatedServiceTypes()
        {
            return RemotingConfigHandler.GetRegisteredActivatedServiceTypes();
        }