Glyma.NodeServiceApp.NodeService.GetApplicationTypes C# (CSharp) Method

GetApplicationTypes() public method

public GetApplicationTypes ( ) : System.Type[]
return System.Type[]
        public Type[] GetApplicationTypes()
        {
            return new Type[] { typeof(NodeServiceApplication) };
        }